From 4a4c677fccabdcd6db509488c9cb5d784afaa59d Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 15 Feb 2003 11:50:33 +0000 Subject: Patch from Bastian Blank - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. --- networking/udhcp/dhcpc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'networking/udhcp') diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 6abca6d1c..fdcd17f79 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -59,7 +59,11 @@ static int signal_pipe[2]; #define LISTEN_RAW 2 static int listen_mode; +#ifdef CONFIG_INSTALL_NO_USR +#define DEFAULT_SCRIPT "/share/udhcpc/default.script" +#else #define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script" +#endif struct client_config_t client_config = { /* Default options. */ -- cgit v1.2.3