From b5a7cb02cd9d4050d5985a355c9931eae55246bb Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 16 Apr 2014 08:44:58 +0000 Subject: * cygserver-config: Use numeric id 18 instead of "system" in chown. --- winsup/cygserver/cygserver-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygserver/cygserver-config') diff --git a/winsup/cygserver/cygserver-config b/winsup/cygserver/cygserver-config index f9515e71e..b8f441c3d 100755 --- a/winsup/cygserver/cygserver-config +++ b/winsup/cygserver/cygserver-config @@ -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 -- cgit v1.2.3