mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
rsyslog: remove unsupported option from initscript
> starting rsyslogd ... rsyslogd: error: option -c > is no longer supported - ignored Signed-off-by: Jack Mitchell <jmitchell@cbnl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f3cd626980
commit
f311d52be6
@@ -9,7 +9,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
NAME=rsyslog
|
||||
RSYSLOGD=rsyslogd
|
||||
RSYSLOGD_BIN=/usr/sbin/rsyslogd
|
||||
RSYSLOGD_OPTIONS="-c5"
|
||||
RSYSLOGD_OPTIONS=""
|
||||
RSYSLOGD_PIDFILE=/var/run/rsyslogd.pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
# Exit if the package is not installed
|
||||
|
||||
Reference in New Issue
Block a user