diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 20:13:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 20:13:52 +0000 |
commit | be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2 (patch) | |
tree | 3e01e2e1be059589d8ac95cc10673a81600b0f26 /sysklogd/Config.in | |
parent | 06aed4316e1f486f78c6487181c75cb22a70c639 (diff) | |
download | busybox-w32-be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2.tar.gz busybox-w32-be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2.tar.bz2 busybox-w32-be048f21e62f18ddc5d1d135b8fe27f4e23d7bd2.zip |
syslogd: optional support for dropping dups. closes bug 436.
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r-- | sysklogd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 78097eea1..45f86ed62 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -42,6 +42,14 @@ config FEATURE_REMOTE_LOG | |||
42 | measure to prevent system logs from being tampered with | 42 | measure to prevent system logs from being tampered with |
43 | by an intruder. | 43 | by an intruder. |
44 | 44 | ||
45 | config FEATURE_SYSLOGD_DUP | ||
46 | bool "Support -D (drop dups) option" | ||
47 | default n | ||
48 | depends on SYSLOGD | ||
49 | help | ||
50 | Option -D instructs syslogd to drop consecutive messages | ||
51 | which are totally the same. | ||
52 | |||
45 | config FEATURE_IPC_SYSLOG | 53 | config FEATURE_IPC_SYSLOG |
46 | bool "Circular Buffer support" | 54 | bool "Circular Buffer support" |
47 | default n | 55 | default n |