mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
sysklogd: sync the initscript to latest oe-core version
The sysklogd has been updated to 2.2.3 in oe-core. Update the initscript to adapt it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
31325005e4
commit
4e07344695
|
|
@ -22,6 +22,9 @@ binpath_syslogd=/usr/sbin/syslogd
|
||||||
|
|
||||||
test -x $binpath || exit 0
|
test -x $binpath || exit 0
|
||||||
|
|
||||||
|
# run secure by default
|
||||||
|
SYSLOGD="-ss"
|
||||||
|
|
||||||
test ! -r /etc/default/syslogd || . /etc/default/syslogd
|
test ! -r /etc/default/syslogd || . /etc/default/syslogd
|
||||||
|
|
||||||
create_xconsole()
|
create_xconsole()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user