diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-07 06:02:39 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-07 06:02:39 +0000 |
commit | e127e2ca517616346ffaf278001ed3482e64924f (patch) | |
tree | af95f506cc36561eef6204a1bd915bc0467cdc24 /miscutils | |
parent | ee335c07b1dbfb174c3d3dfd7b45b1e3624527f0 (diff) | |
download | busybox-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 'miscutils')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 9ad342151..dc3da6f9a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -23,6 +23,7 @@ config CONFIG_CROND | |||
23 | bool "crond" | 23 | bool "crond" |
24 | default n | 24 | default n |
25 | select CONFIG_FEATURE_SUID | 25 | select CONFIG_FEATURE_SUID |
26 | select CONFIG_FEATURE_SYSLOG | ||
26 | help | 27 | help |
27 | Crond is a background daemon that parses individual crontab | 28 | Crond is a background daemon that parses individual crontab |
28 | files and executes commands on behalf of the users in question. | 29 | files and executes commands on behalf of the users in question. |
@@ -66,6 +67,7 @@ config CONFIG_DC | |||
66 | config CONFIG_DEVFSD | 67 | config CONFIG_DEVFSD |
67 | bool "devfsd (obsolete)" | 68 | bool "devfsd (obsolete)" |
68 | default n | 69 | default n |
70 | select CONFIG_FEATURE_SYSLOG | ||
69 | help | 71 | help |
70 | This is deprecated, and will be removed at the end of 2008. | 72 | This is deprecated, and will be removed at the end of 2008. |
71 | 73 | ||