mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user