aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-14 20:51:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-14 20:51:46 +0000
commit4998c818919477d90674a3f220e7407c26da17f9 (patch)
treeb774ded50a81e7af4e1abfeb91abcbd4e0adefb6 /include
parent9ab265883693cc8ff682ef44c3be7e49e00e4c97 (diff)
downloadbusybox-4998c818919477d90674a3f220e7407c26da17f9.tar.gz
syslogd: MARK code is buggy. Disabling it altogether on anti-bloat grounds
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index fb1617a7c..f9d3de8c6 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3054,7 +3054,6 @@
"System logging utility.\n" \
"Note that this version of syslogd ignores /etc/syslog.conf." \
"\n\nOptions:" \
- "\n -m MIN Minutes between MARK lines (default=20, 0=off)" \
"\n -n Run as foreground process" \
"\n -O FILE Use an alternate log file (default=/var/log/messages)" \
"\n -l n Sets the local log level of messages to n" \
@@ -3068,6 +3067,7 @@
USE_FEATURE_IPC_SYSLOG( \
"\n -C[size(KiB)] Log to a shared mem buffer (read the buffer using logread)")
/* NB: -Csize shouldn't have space (because size is optional) */
+/* "\n -m MIN Minutes between MARK lines (default=20, 0=off)" */
#define syslogd_example_usage \
"$ syslogd -R masterlog:514\n" \
"$ syslogd -R 192.168.1.1:601\n"