aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 17:05:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 17:05:44 +0000
commit239369b3685473094b2661c05634dfbe26f470b1 (patch)
treeed316732ba1856d03153fcba7a4e47fae92c22c5 /networking/udhcp/Config.in
parenta9801658ee4b7f5717d145818428452f864e1015 (diff)
downloadbusybox-239369b3685473094b2661c05634dfbe26f470b1.tar.gz
Fix (hopefully) bug 976. Need more thorough audit.
Restore erroneously removed FEATURE_UDHCP_SYSLOG.
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r--networking/udhcp/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index 773293744..3954b467f 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -37,6 +37,16 @@ config CONFIG_APP_UDHCPC
See http://udhcp.busybox.net for further details.
+config CONFIG_FEATURE_UDHCP_SYSLOG
+ bool "Log udhcp messages to syslog"
+ default n
+ depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
+ 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 CONFIG_FEATURE_UDHCP_DEBUG
bool "Compile udhcp with noisy debugging messages"
default n