aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 11:50:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 11:50:33 +0000
commit4a4c677fccabdcd6db509488c9cb5d784afaa59d (patch)
tree3b506db6f7afd3b7babe4c33436a46f0526d09c5 /networking/udhcp
parent3238ea1673d55b37abeba066826963101e6af020 (diff)
downloadbusybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.tar.gz
busybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.tar.bz2
busybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.zip
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.
Diffstat (limited to 'networking/udhcp')
-rw-r--r--networking/udhcp/dhcpc.c4
1 files changed, 4 insertions, 0 deletions
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];
59#define LISTEN_RAW 2 59#define LISTEN_RAW 2
60static int listen_mode; 60static int listen_mode;
61 61
62#ifdef CONFIG_INSTALL_NO_USR
63#define DEFAULT_SCRIPT "/share/udhcpc/default.script"
64#else
62#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script" 65#define DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"
66#endif
63 67
64struct client_config_t client_config = { 68struct client_config_t client_config = {
65 /* Default options. */ 69 /* Default options. */