From 4b58a7f9df0a125ea1afc57ee43e299591ced278 Mon Sep 17 00:00:00 2001 From: andersen Date: Sat, 26 Jul 2003 08:20:46 +0000 Subject: 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 --- sysklogd/Config.in | 9 ++++----- 1 file 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 -- cgit v1.2.3-55-g6feb