From 4662de0511487b4da965c4b2158bae318f3d80a8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 11 Dec 2009 02:21:10 +0100 Subject: replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest Signed-off-by: Denys Vlasenko --- docs/ifupdown_design.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ifupdown_design.txt b/docs/ifupdown_design.txt index 9df579289..8008e4507 100644 --- a/docs/ifupdown_design.txt +++ b/docs/ifupdown_design.txt @@ -26,7 +26,7 @@ static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) } bb_error_msg("no dhcp clients found, using static interface shutdown"); return static_down(ifd, exec); -#elif ENABLE_APP_UDHCPC +#elif ENABLE_UDHCPC return execute("kill " "`cat /var/run/udhcpc.%iface%.pid` 2>/dev/null", ifd, exec); #else -- cgit v1.2.3