mirror of
/repos/baseimage-docker.git
synced 2025-12-31 08:11:29 +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:
commit
76100b639a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user