rsyslog-5.8.10-8.el6.x86_64<br />
man rsyslogd :<br />
-c version<br />
Selects the desired backward compatibility mode. It must always <br />
be the first option on the command line, as<br />
it influences processing of the other options.<br />
<br />
/etc/init.d/rsyslog :<br />
# under 'start' section<br />
daemon --pidfile="$PIDFILE" $exec -i "$PIDFILE" $SYSLOGD_OPTIONS<br />
# and $SYSLOGD_OPTIONS is "-c 5" ( per /etc/sysconfig/rsyslog )<br />
<br />
which makes the '-c' option to be not the first option.
↧