summaryrefslogtreecommitdiff
path: root/package/busybox/config/sysklogd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
commit46b42b19c7dec20400c1c7621d09277bf3d92874 (patch)
treea049bdbc56c981896da1131fcfb23ca178b1f255 /package/busybox/config/sysklogd
parent8865b970f9db91f24472c596117c785cb76cdb2b (diff)
update busybox to latest stable version, refresh all Config.in files
Diffstat (limited to 'package/busybox/config/sysklogd')
-rw-r--r--package/busybox/config/sysklogd/Config.in19
1 files changed, 14 insertions, 5 deletions
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
-