[Pkg-sks-commit] r87 - sks/trunk/sks/debian
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:54:14 UTC 2008
Author: chrism
Date: 2008-06-19 14:54:13 +0000 (Thu, 19 Jun 2008)
New Revision: 87
Modified:
sks/trunk/sks/debian/sks.init
Log:
[project @ 88]
Also start sks with egid=debian-sks
Original author: weasel
Date: 2003-12-09 19:18:52.424195+00:00
Modified: sks/trunk/sks/debian/sks.init
===================================================================
--- sks/trunk/sks/debian/sks.init 2008-06-19 14:54:03 UTC (rev 86)
+++ sks/trunk/sks/debian/sks.init 2008-06-19 14:54:13 UTC (rev 87)
@@ -63,7 +63,7 @@
echo -n " sksdb.."
start-stop-daemon --start --quiet --oknodo \
- --chuid debian-sks:nogroup \
+ --chuid debian-sks:debian-sks \
--background \
--make-pidfile \
--pidfile $SKSDBPID \
@@ -72,7 +72,7 @@
echo -n " sksrecon.."
start-stop-daemon --start --quiet --oknodo \
- --chuid debian-sks:nogroup \
+ --chuid debian-sks:debian-sks \
--background \
--make-pidfile \
--pidfile $SKSRECONPID \
More information about the Pkg-sks-commit
mailing list