1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Merge pull request #88 from jeckhart/fix-syslogng-runit-run

Missing target of chown in syslog-ng runit run file
This commit is contained in:
Hongli Lai 2014-06-17 13:15:20 +02:00
commit 76100b639a

View File

@ -24,7 +24,7 @@ esac
if [ ! -e /dev/xconsole ]
then
mknod -m 640 /dev/xconsole p
chown root:adm
chown root:adm /dev/xconsole
[ -x /sbin/restorecon ] && /sbin/restorecon $XCONSOLE
fi