From 46b42b19c7dec20400c1c7621d09277bf3d92874 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Aug 2012 10:20:41 +0200 Subject: update busybox to latest stable version, refresh all Config.in files --- package/busybox/config/sysklogd/Config.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'package/busybox/config/sysklogd/Config.in') diff --git a/package/busybox/config/sysklogd/Config.in b/package/busybox/config/sysklogd/Config.in index fcefc0fe3..8d999c8e9 100644 --- a/package/busybox/config/sysklogd/Config.in +++ b/package/busybox/config/sysklogd/Config.in @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, # see scripts/kbuild/config-language.txt. @@ -5,6 +6,7 @@ menu "System Logging Utilities" + config BUSYBOX_SYSLOGD bool "syslogd" default y @@ -22,7 +24,7 @@ config BUSYBOX_SYSLOGD config BUSYBOX_FEATURE_ROTATE_LOGFILE bool "Rotate message files" - default n + default y depends on BUSYBOX_SYSLOGD help This enables syslogd to rotate the message files @@ -44,12 +46,19 @@ config BUSYBOX_FEATURE_REMOTE_LOG config BUSYBOX_FEATURE_SYSLOGD_DUP bool "Support -D (drop dups) option" - default n + default y depends on BUSYBOX_SYSLOGD help Option -D instructs syslogd to drop consecutive messages which are totally the same. +config BUSYBOX_FEATURE_SYSLOGD_CFG + bool "Support syslog.conf" + default n + depends on BUSYBOX_SYSLOGD + help + Supports restricted syslogd config. See docs/syslog.conf.txt + config BUSYBOX_FEATURE_SYSLOGD_READ_BUFFER_SIZE int "Read buffer size in bytes" default 256 @@ -95,7 +104,7 @@ config BUSYBOX_LOGREAD config BUSYBOX_FEATURE_LOGREAD_REDUCED_LOCKING bool "Double buffering" - default n + default y depends on BUSYBOX_LOGREAD help 'logread' ouput to slow serial terminals can have @@ -117,7 +126,8 @@ config BUSYBOX_KLOGD config BUSYBOX_FEATURE_KLOGD_KLOGCTL bool "Use the klogctl() interface" default y - depends on BUSYBOX_KLOGD && BUSYBOX_PLATFORM_LINUX + depends on BUSYBOX_KLOGD + select BUSYBOX_PLATFORM_LINUX help The klogd applet supports two interfaces for reading kernel messages. Linux provides the klogctl() interface @@ -141,4 +151,3 @@ config BUSYBOX_LOGGER problems that occur within programs and scripts. endmenu - -- cgit v1.2.3