diff options
author | Sergey Naumov <sknaumov@gmail.com> | 2011-04-10 07:34:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-10 07:34:27 +0200 |
commit | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (patch) | |
tree | 68f630129c5630940c737476ecf51d399278d34d /sysklogd/Config.src | |
parent | d277f55ebd3f21cef759435b432e37e8f1316f90 (diff) | |
download | busybox-w32-73ef15cf3894716c1393ed21dee6e6bb2cdbc90f.tar.gz busybox-w32-73ef15cf3894716c1393ed21dee6e6bb2cdbc90f.tar.bz2 busybox-w32-73ef15cf3894716c1393ed21dee6e6bb2cdbc90f.zip |
syslogd: optional support for /etc/syslog.conf
function old new delta
syslogd_main 1241 1870 +629
timestamp_and_log 301 540 +239
find_by_name - 37 +37
find_by_val - 22 +22
init_data 64 68 +4
log_locally 603 413 -190
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/1 up/down: 931/-190) Total: 741 bytes
Signed-off-by: Sergey Naumov <sknaumov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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..b3e13d7c0 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. | ||
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 |