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.
This commit is contained in:
Glenn L McGrath
2003-02-15 11:50:33 +00:00
parent 3238ea1673
commit 4a4c677fcc
4 changed files with 128 additions and 5 deletions

View File

@@ -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. */