From 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f Mon Sep 17 00:00:00 2001 From: Sergey Naumov Date: Sun, 10 Apr 2011 07:34:27 +0200 Subject: 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 Signed-off-by: Denys Vlasenko --- sysklogd/Config.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sysklogd/Config.src') 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 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 -- cgit v1.2.3