summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-27 11:06:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-27 11:06:35 +0000
commit9e4d188e77c03d8237ed7af3794e9e72927933e3 (patch)
tree2bc55863924a1d5aa1251aead226516ce5dd6f14
parente5c7a93d71e14cb3fcc8539e4f2560402ff59c34 (diff)
downloadmaster-31e0f0ae-9e4d188e77c03d8237ed7af3794e9e72927933e3.tar.gz
master-31e0f0ae-9e4d188e77c03d8237ed7af3794e9e72927933e3.tar.bz2
master-31e0f0ae-9e4d188e77c03d8237ed7af3794e9e72927933e3.zip
busybox: disable syslogd/klogd by default, procd replaces them
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37039
-rw-r--r--package/utils/busybox/config/sysklogd/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/config/sysklogd/Config.in b/package/utils/busybox/config/sysklogd/Config.in
index f403a684bb..990d1c0c78 100644
--- a/package/utils/busybox/config/sysklogd/Config.in
+++ b/package/utils/busybox/config/sysklogd/Config.in
@@ -10,7 +10,7 @@ menu "System Logging Utilities"
config BUSYBOX_CONFIG_SYSLOGD
bool "syslogd"
- default y
+ default n
help
The syslogd utility is used to record logs of all the
significant events that occur on a system. Every
@@ -116,7 +116,7 @@ config BUSYBOX_CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING
config BUSYBOX_CONFIG_KLOGD
bool "klogd"
- default y
+ default n
help
klogd is a utility which intercepts and logs all
messages from the Linux kernel and sends the messages