mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
The logger utility does not really depend on CONFIG_SYSLOGD,
since it can also be used with other syslog daemons -Erik
This commit is contained in:
parent
05e662ab4d
commit
480f1533f3
@ -72,12 +72,11 @@ config CONFIG_KLOGD
|
|||||||
config CONFIG_LOGGER
|
config CONFIG_LOGGER
|
||||||
bool "logger"
|
bool "logger"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_SYSLOGD
|
|
||||||
help
|
help
|
||||||
The logger utility allows you to send arbitrary text
|
The logger utility allows you to send arbitrary text
|
||||||
messages to the 'syslogd' utility so they can be
|
messages to the system log (i.e. the 'syslogd' utility) so
|
||||||
logged. This is generally used to help locate problems
|
they can be logged. This is generally used to help locate
|
||||||
that occur within programs and scripts.
|
problems that occur within programs and scripts.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user