aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-07 06:02:39 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-07 06:02:39 +0000
commite127e2ca517616346ffaf278001ed3482e64924f (patch)
treeaf95f506cc36561eef6204a1bd915bc0467cdc24 /init
parentee335c07b1dbfb174c3d3dfd7b45b1e3624527f0 (diff)
downloadbusybox-w32-e127e2ca517616346ffaf278001ed3482e64924f.tar.gz
busybox-w32-e127e2ca517616346ffaf278001ed3482e64924f.tar.bz2
busybox-w32-e127e2ca517616346ffaf278001ed3482e64924f.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. git-svn-id: svn://busybox.net/trunk/busybox@16063 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in
index 8b9179124..2a39d50e5 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -8,6 +8,7 @@ menu "Init Utilities"
8config CONFIG_INIT 8config CONFIG_INIT
9 bool "init" 9 bool "init"
10 default n 10 default n
11 select CONFIG_FEATURE_SYSLOG
11 help 12 help
12 init is the first program run when the system boots. 13 init is the first program run when the system boots.
13 14