syslogd: optional support for dropping dups. closes bug 436.

This commit is contained in:
Denis Vlasenko
2008-02-26 20:13:52 +00:00
parent 06aed4316e
commit be048f21e6
3 changed files with 54 additions and 21 deletions

View File

@@ -42,6 +42,14 @@ config FEATURE_REMOTE_LOG
measure to prevent system logs from being tampered with
by an intruder.
config FEATURE_SYSLOGD_DUP
bool "Support -D (drop dups) option"
default n
depends on SYSLOGD
help
Option -D instructs syslogd to drop consecutive messages
which are totally the same.
config FEATURE_IPC_SYSLOG
bool "Circular Buffer support"
default n