aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 08:20:46 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-26 08:20:46 +0000
commit4b58a7f9df0a125ea1afc57ee43e299591ced278 (patch)
treee298991f28e994ec595760638130c98369bc194b
parent2e7b41d8974616cd950acb6be2f4319dea454f79 (diff)
downloadbusybox-w32-4b58a7f9df0a125ea1afc57ee43e299591ced278.tar.gz
busybox-w32-4b58a7f9df0a125ea1afc57ee43e299591ced278.tar.bz2
busybox-w32-4b58a7f9df0a125ea1afc57ee43e299591ced278.zip
The logger utility does not really depend on CONFIG_SYSLOGD,
since it can also be used with other syslog daemons -Erik git-svn-id: svn://busybox.net/trunk/busybox@7111 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--sysklogd/Config.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index 8f7fa7fd1..87b9ed7ac 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -72,12 +72,11 @@ config CONFIG_KLOGD
72config CONFIG_LOGGER 72config CONFIG_LOGGER
73 bool "logger" 73 bool "logger"
74 default n 74 default n
75 depends on CONFIG_SYSLOGD
76 help 75 help
77 The logger utility allows you to send arbitrary text 76 The logger utility allows you to send arbitrary text
78 messages to the 'syslogd' utility so they can be 77 messages to the system log (i.e. the 'syslogd' utility) so
79 logged. This is generally used to help locate problems 78 they can be logged. This is generally used to help locate
80 that occur within programs and scripts. 79 problems that occur within programs and scripts.
81 80
82endmenu 81endmenu
83 82