Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-04-16 12:44:58 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-04-16 12:44:58 +0400
commitb5a7cb02cd9d4050d5985a355c9931eae55246bb (patch)
tree31571e3645ed359fac8f088c212b5f7d652b49bb /winsup/cygserver
parenta6e73f950525ff654e4aec5ca57bc6a5c27047cc (diff)
* cygserver-config: Use numeric id 18 instead of "system" in chown.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog4
-rwxr-xr-xwinsup/cygserver/cygserver-config4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 6c541e88f..765af53a1 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -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
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