diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-08-08 10:27:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-08-08 10:27:25 +0000 |
commit | 50648868b42130613da4cf4f0fb89d3d746d7da1 (patch) | |
tree | 4f3654fa1450bd7ceb736f86122a026c5a79056b /package/busybox/config/sysklogd/Config.in | |
parent | 793b8ca59ab5fd3ff052a07b0ba0a45fc9e15dfb (diff) | |
download | master-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.tar.gz master-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.tar.bz2 master-187ad058-50648868b42130613da4cf4f0fb89d3d746d7da1.zip |
update busybox to v1.2.1
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/sysklogd/Config.in')
-rw-r--r-- | package/busybox/config/sysklogd/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/config/sysklogd/Config.in b/package/busybox/config/sysklogd/Config.in index 209bdff053..f120695664 100644 --- a/package/busybox/config/sysklogd/Config.in +++ b/package/busybox/config/sysklogd/Config.in @@ -21,7 +21,7 @@ config BUSYBOX_CONFIG_SYSLOGD you wait long enough.... config BUSYBOX_CONFIG_FEATURE_ROTATE_LOGFILE - bool " Rotate message files" + bool "Rotate message files" default y depends on BUSYBOX_CONFIG_SYSLOGD help @@ -29,7 +29,7 @@ config BUSYBOX_CONFIG_FEATURE_ROTATE_LOGFILE on his own. No need to use an external rotatescript. config BUSYBOX_CONFIG_FEATURE_REMOTE_LOG - bool " Remote Log support" + bool "Remote Log support" default y depends on BUSYBOX_CONFIG_SYSLOGD help @@ -43,7 +43,7 @@ config BUSYBOX_CONFIG_FEATURE_REMOTE_LOG by an intruder. config BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG - bool " Circular Buffer support" + bool "Circular Buffer support" default y depends on BUSYBOX_CONFIG_SYSLOGD help @@ -65,7 +65,7 @@ config BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE used to record system log messages. config BUSYBOX_CONFIG_LOGREAD - bool " logread" + bool "logread" default y depends on BUSYBOX_CONFIG_FEATURE_IPC_SYSLOG help @@ -75,7 +75,7 @@ config BUSYBOX_CONFIG_LOGREAD stored in the syslogd circular buffer. config BUSYBOX_CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING - bool " logread double buffering" + bool "logread double buffering" default n depends on BUSYBOX_CONFIG_LOGREAD help |