The logger utility does not really depend on CONFIG_SYSLOGD,
authorEric Andersen <andersen@codepoet.org>
Sat, 26 Jul 2003 08:20:46 +0000 (08:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 26 Jul 2003 08:20:46 +0000 (08:20 -0000)
since it can also be used with other syslog daemons
 -Erik

sysklogd/Config.in

index 8f7fa7f..87b9ed7 100644 (file)
@@ -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