summaryrefslogtreecommitdiff
path: root/sysklogd/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko2008-02-26 20:13:52 +0000
committerDenis Vlasenko2008-02-26 20:13:52 +0000
commitbe048f21e62f18ddc5d1d135b8fe27f4e23d7bd2 (patch)
tree3e01e2e1be059589d8ac95cc10673a81600b0f26 /sysklogd/Config.in
parent06aed4316e1f486f78c6487181c75cb22a70c639 (diff)
downloadbusybox-be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2.zip
busybox-be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2.tar.gz
syslogd: optional support for dropping dups. closes bug 436.
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r--sysklogd/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index 78097ee..45f86ed 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -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