* cygserver-config: Use numeric id 18 instead of "system" in chown.
This commit is contained in:
parent
a6e73f9505
commit
b5a7cb02cd
|
@ -1,3 +1,7 @@
|
|||
2014-04-16 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygserver-config: Use numeric id 18 instead of "system" in chown.
|
||||
|
||||
2014-04-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* process.cc (process::process): Only notice that signal_arrived is
|
||||
|
|
|
@ -157,7 +157,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
chmod 664 "${SYSCONFDIR}/cygserver.conf"
|
||||
chown system.544 "${SYSCONFDIR}/cygserver.conf"
|
||||
chown 18.544 "${SYSCONFDIR}/cygserver.conf"
|
||||
fi
|
||||
|
||||
# On NT ask if cygserver should be installed as service
|
||||
|
@ -189,7 +189,7 @@ then
|
|||
echo "To start it, call \`net start cygserver' or \`cygrunsrv -S cygserver'."
|
||||
fi
|
||||
touch "${LOCALSTATEDIR}/log/cygserver.log"
|
||||
chown system.544 "${LOCALSTATEDIR}/log/cygserver.log"
|
||||
chown 18.544 "${LOCALSTATEDIR}/log/cygserver.log"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue