diff options
author | Sergey Naumov | 2011-04-10 07:34:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-04-10 07:34:27 +0200 |
commit | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (patch) | |
tree | 68f630129c5630940c737476ecf51d399278d34d /sysklogd/Config.src | |
parent | d277f55ebd3f21cef759435b432e37e8f1316f90 (diff) | |
download | busybox-73ef15cf3894716c1393ed21dee6e6bb2cdbc90f.zip busybox-73ef15cf3894716c1393ed21dee6e6bb2cdbc90f.tar.gz |
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 d62dc5f..b3e13d7 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src @@ -52,6 +52,13 @@ config FEATURE_SYSLOGD_DUP Option -D instructs syslogd to drop consecutive messages which are totally the same. +config FEATURE_SYSLOGD_CFG + bool "Support syslog.conf" + default y + depends on SYSLOGD + help + Supports restricted syslogd config. + config FEATURE_SYSLOGD_READ_BUFFER_SIZE int "Read buffer size in bytes" default 256 |