aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-26 08:20:46 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-26 08:20:46 +0000
commit480f1533f3f0355089c4e5abc9038d3097d06ab8 (patch)
treee298991f28e994ec595760638130c98369bc194b /sysklogd
parent05e662ab4d6b824d066c6c07fda039a903b28854 (diff)
downloadbusybox-480f1533f3f0355089c4e5abc9038d3097d06ab8.tar.gz
The logger utility does not really depend on CONFIG_SYSLOGD,
since it can also be used with other syslog daemons -Erik
Diffstat (limited to 'sysklogd')
-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
config CONFIG_LOGGER
bool "logger"
default n
- depends on CONFIG_SYSLOGD
help
- The logger utility allows you to send arbitrary text
- messages to the 'syslogd' utility so they can be
- logged. This is generally used to help locate problems
- that occur within programs and scripts.
+ The logger utility allows you to send arbitrary text
+ messages to the system log (i.e. the 'syslogd' utility) so
+ they can be logged. This is generally used to help locate
+ problems that occur within programs and scripts.
endmenu