projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c7a93
)
busybox: disable syslogd/klogd by default, procd replaces them
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Jun 2013 11:06:35 +0000
(11:06 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Jun 2013 11:06:35 +0000
(11:06 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37039
package/utils/busybox/config/sysklogd/Config.in
patch
|
blob
|
history
diff --git
a/package/utils/busybox/config/sysklogd/Config.in
b/package/utils/busybox/config/sysklogd/Config.in
index f403a684bb649bc2a5bcb5a7e2e53ab31266cb9b..990d1c0c78d5f87159dc54a5a48fa7dfbf29d8e3 100644
(file)
--- 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