diff options
author | Denis Vlasenko | 2007-08-14 16:45:29 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-14 16:45:29 +0000 |
commit | 3d17d2b430a6a68c967b789c990cc441154d695e (patch) | |
tree | b01535085348ea653c1c9d5ef3b525b461c02fc3 /networking/udhcp/Config.in | |
parent | dbe6e66d6a8addbbf9438f40a645be8ae105fa8a (diff) | |
download | busybox-3d17d2b430a6a68c967b789c990cc441154d695e.zip busybox-3d17d2b430a6a68c967b789c990cc441154d695e.tar.gz |
udhcpd: add -f "foreground" and -S "syslog" options
udhcpc: add -S "syslog" options
remove CONFIG_FEATURE_UDHCP_SYSLOG
function old new delta
udhcpd_main 1168 1201 +33
udhcpc_main 2414 2425 +11
static.udhcpc_longopts 191 200 +9
qgravechar 112 108 -4
packed_usage 22843 22827 -16
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/2 up/down: 53/-20) Total: 33 bytes
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 7a3eda9..76b0780 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -54,17 +54,6 @@ config APP_UDHCPC See http://udhcp.busybox.net for further details. -config FEATURE_UDHCP_SYSLOG - bool "Log udhcp messages to syslog" - default n - depends on APP_UDHCPD || APP_UDHCPC - select FEATURE_SYSLOG - help - If not daemonized, udhcpd prints its messages to stdout/stderr. - If this option is selected, it will also log them to syslog. - - See http://udhcp.busybox.net for further details. - config FEATURE_UDHCP_DEBUG bool "Compile udhcp with noisy debugging messages" default n |