diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-07 06:02:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-07 06:02:39 +0000 |
commit | 049d6b8c0812b20c024d714a9008cc94713a6175 (patch) | |
tree | af95f506cc36561eef6204a1bd915bc0467cdc24 /Config.in | |
parent | b7d8dd9ab18c5001b5a86127c94a07e3ee0125c7 (diff) | |
download | busybox-w32-049d6b8c0812b20c024d714a9008cc94713a6175.tar.gz busybox-w32-049d6b8c0812b20c024d714a9008cc94713a6175.tar.bz2 busybox-w32-049d6b8c0812b20c024d714a9008cc94713a6175.zip |
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 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -150,6 +150,13 @@ config CONFIG_FEATURE_SUID | |||
150 | are login, passwd, su, ping, traceroute, crontab, dnsd, ipcrm, ipcs, | 150 | are login, passwd, su, ping, traceroute, crontab, dnsd, ipcrm, ipcs, |
151 | and vlock. | 151 | and vlock. |
152 | 152 | ||
153 | config CONFIG_FEATURE_SYSLOG | ||
154 | bool "Support for syslog" | ||
155 | default n | ||
156 | help | ||
157 | This option is auto-selected when you select any applet which may | ||
158 | send its output to syslog. You do not need to select it manually. | ||
159 | |||
153 | config CONFIG_FEATURE_SUID_CONFIG | 160 | config CONFIG_FEATURE_SUID_CONFIG |
154 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" | 161 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" |
155 | default n if CONFIG_FEATURE_SUID | 162 | default n if CONFIG_FEATURE_SUID |