From c49042eb41a0ab0bba1f470f0457b379e6d6ad5e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Dec 2007 10:51:21 +0000 Subject: implemented $OmitLocalLogging config directive --- rsyslogd.8 | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'rsyslogd.8') diff --git a/rsyslogd.8 b/rsyslogd.8 index 0c4fcf35..0fbe8ae1 100644 --- a/rsyslogd.8 +++ b/rsyslogd.8 @@ -29,11 +29,7 @@ rsyslogd \- reliable and extended syslogd .RB [ " \-l " .I hostlist ] -.RB [ " \-m " -.I interval -] .RB [ " \-n " ] -.RB [ " \-o " ] .br .RB [ " \-p" .IB socket @@ -180,27 +176,12 @@ Specify a hostname that should be logged only with its simple hostname and not the fqdn. Multiple hosts may be specified using the colon (``:'') separator. .TP -.BI "\-m " "interval" -The -.B rsyslogd -logs a mark timestamp regularly. The default -.I interval -between two \fI-- MARK --\fR lines is 20 minutes. This can be changed -with this option. Setting the -.I interval -to zero turns it off entirely. -.TP .B "\-n" Avoid auto-backgrounding. This is needed especially if the .B rsyslogd is started and controlled by .BR init (8). .TP -.B "\-o" -Omit reading the standard local log socket. This option is most -useful for running multiple instances of rsyslogd on a single -machine. When specified, no local log socket is opened at all. -.TP .BI "\-p " "socket" You can specify an alternative unix domain socket instead of .IR /dev/log "." -- cgit