diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 14:11:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 14:11:12 +0000 |
commit | 67758035a4fe040c6ac69b39d61bcd6bddd7b827 (patch) | |
tree | a4a1db7f54c16d12fabe2626b8f1e235cd694e9e /sysklogd/Config.src | |
parent | 811c449748d5bd0505f8510e5582892f94ac0cda (diff) | |
parent | b83c9704128dd106071184e4b00335a3b8486857 (diff) | |
download | busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.tar.gz busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.tar.bz2 busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.zip |
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
Diffstat (limited to 'sysklogd/Config.src')
-rw-r--r-- | sysklogd/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index d62dc5f5c..b7a494eff 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src | |||
@@ -52,6 +52,13 @@ config FEATURE_SYSLOGD_DUP | |||
52 | Option -D instructs syslogd to drop consecutive messages | 52 | Option -D instructs syslogd to drop consecutive messages |
53 | which are totally the same. | 53 | which are totally the same. |
54 | 54 | ||
55 | config FEATURE_SYSLOGD_CFG | ||
56 | bool "Support syslog.conf" | ||
57 | default y | ||
58 | depends on SYSLOGD | ||
59 | help | ||
60 | Supports restricted syslogd config. See docs/syslog.conf.txt | ||
61 | |||
55 | config FEATURE_SYSLOGD_READ_BUFFER_SIZE | 62 | config FEATURE_SYSLOGD_READ_BUFFER_SIZE |
56 | int "Read buffer size in bytes" | 63 | int "Read buffer size in bytes" |
57 | default 256 | 64 | default 256 |