diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /sysklogd | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.src | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index b500d5471..af00d65bb 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src @@ -7,7 +7,7 @@ menu "System Logging Utilities" config SYSLOGD bool "syslogd" - default n + default y help The syslogd utility is used to record logs of all the significant events that occur on a system. Every @@ -22,7 +22,7 @@ config SYSLOGD config FEATURE_ROTATE_LOGFILE bool "Rotate message files" - default n + default y depends on SYSLOGD help This enables syslogd to rotate the message files @@ -30,7 +30,7 @@ config FEATURE_ROTATE_LOGFILE config FEATURE_REMOTE_LOG bool "Remote Log support" - default n + default y depends on SYSLOGD help When you enable this feature, the syslogd utility can @@ -44,7 +44,7 @@ config FEATURE_REMOTE_LOG config FEATURE_SYSLOGD_DUP bool "Support -D (drop dups) option" - default n + default y depends on SYSLOGD help Option -D instructs syslogd to drop consecutive messages @@ -62,7 +62,7 @@ config FEATURE_SYSLOGD_READ_BUFFER_SIZE config FEATURE_IPC_SYSLOG bool "Circular Buffer support" - default n + default y depends on SYSLOGD help When you enable this feature, the syslogd utility will @@ -95,7 +95,7 @@ config LOGREAD config FEATURE_LOGREAD_REDUCED_LOCKING bool "Double buffering" - default n + default y depends on LOGREAD help 'logread' ouput to slow serial terminals can have @@ -106,7 +106,7 @@ config FEATURE_LOGREAD_REDUCED_LOCKING config KLOGD bool "klogd" - default n + default y help klogd is a utility which intercepts and logs all messages from the Linux kernel and sends the messages @@ -116,7 +116,7 @@ config KLOGD config LOGGER bool "logger" - default n + default y select FEATURE_SYSLOG help The logger utility allows you to send arbitrary text |