diff options
author | Denis Vlasenko | 2006-09-07 06:02:39 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-09-07 06:02:39 +0000 |
commit | 049d6b8c0812b20c024d714a9008cc94713a6175 (patch) | |
tree | af95f506cc36561eef6204a1bd915bc0467cdc24 /networking/Config.in | |
parent | b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7 (diff) | |
download | busybox-049d6b8c0812b20c024d714a9008cc94713a6175.zip busybox-049d6b8c0812b20c024d714a9008cc94713a6175.tar.gz |
Add CONFIG_FEATURE_SYSLOG which controls whether
bb_xx_msg will ever try to send output to syslog.
Add "select CONFIG_FEATURE_SYSLOG" to relevant applets.
This allows to omit syslog code if we do not have
any syslog-capable applets in the build.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index e5eb11c..2dff021 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -33,6 +33,7 @@ config CONFIG_ETHER_WAKE config CONFIG_FAKEIDENTD bool "fakeidentd" default n + select CONFIG_FEATURE_SYSLOG help fakeidentd listens on the ident port and returns a predefined fake value on any query. @@ -288,6 +289,7 @@ config CONFIG_FEATURE_IFUPDOWN_MAPPING config CONFIG_INETD bool "inetd" default n + select CONFIG_FEATURE_SYSLOG help Internet superserver daemon @@ -428,6 +430,7 @@ config CONFIG_FEATURE_IPCALC_LONG_OPTIONS config CONFIG_NAMEIF bool "nameif" default n + select CONFIG_FEATURE_SYSLOG help nameif is used to rename network interface by its MAC address. Renamed interfaces MUST be in the down state. @@ -539,6 +542,7 @@ config CONFIG_FEATURE_TELNET_AUTOLOGIN config CONFIG_TELNETD bool "telnetd" default n + select CONFIG_FEATURE_SYSLOG help A daemon for the TELNET protocol, allowing you to log onto the host running the daemon. Please keep in mind that the TELNET protocol @@ -701,6 +705,7 @@ config CONFIG_FEATURE_WGET_LONG_OPTIONS config CONFIG_ZCIP bool "zcip" default n + select CONFIG_FEATURE_SYSLOG help ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. It's a daemon that allocates and defends a dynamically assigned |