diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 05983b68d..399315208 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in @@ -89,6 +89,7 @@ config CONFIG_KLOGD bool "klogd" default n depends on CONFIG_SYSLOGD + select CONFIG_FEATURE_SYSLOG help klogd is a utility which intercepts and logs all messages from the Linux kernel and sends the messages @@ -99,6 +100,7 @@ config CONFIG_KLOGD config CONFIG_LOGGER bool "logger" default n + select CONFIG_FEATURE_SYSLOG help The logger utility allows you to send arbitrary text messages to the system log (i.e. the 'syslogd' utility) so |