From 239369b3685473094b2661c05634dfbe26f470b1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 7 Sep 2006 17:05:44 +0000 Subject: Fix (hopefully) bug 976. Need more thorough audit. Restore erroneously removed FEATURE_UDHCP_SYSLOG. --- networking/udhcp/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'networking/udhcp/Config.in') diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 7732937..3954b46 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 -- cgit v1.1