summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 06:02:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-07 06:02:39 +0000
commit049d6b8c0812b20c024d714a9008cc94713a6175 (patch)
treeaf95f506cc36561eef6204a1bd915bc0467cdc24 /Config.in
parentb7d8dd9ab18c5001b5a86127c94a07e3ee0125c7 (diff)
downloadbusybox-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.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e6acf4971..d8f77ad31 100644
--- a/Config.in
+++ b/Config.in
@@ -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
153config 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
153config CONFIG_FEATURE_SUID_CONFIG 160config 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