[Pkg-sks-commit] r81 - sks/trunk/sks/debian
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 14:52:48 UTC 2008
Author: chrism
Date: 2008-06-19 14:52:47 +0000 (Thu, 19 Jun 2008)
New Revision: 81
Modified:
sks/trunk/sks/debian/TODO
sks/trunk/sks/debian/sks.postinst
Log:
[project @ 82]
group debian-sks
Original author: fabbione
Date: 2003-12-09 16:30:45.022948+00:00
Modified: sks/trunk/sks/debian/TODO
===================================================================
--- sks/trunk/sks/debian/TODO 2008-06-19 14:52:31 UTC (rev 80)
+++ sks/trunk/sks/debian/TODO 2008-06-19 14:52:47 UTC (rev 81)
@@ -26,7 +26,7 @@
(/var/log/sks/) and rotated since they become useless.
o dedicated uid, chown all the dirs to that user
o debian-sks: check uid range and homedir
- - dedicated group too.
+ o dedicated group too.
o init script to start sks
o still missing: loop in stop for a few seconds, sks db
is stopping slowly.
Modified: sks/trunk/sks/debian/sks.postinst
===================================================================
--- sks/trunk/sks/debian/sks.postinst 2008-06-19 14:52:31 UTC (rev 80)
+++ sks/trunk/sks/debian/sks.postinst 2008-06-19 14:52:47 UTC (rev 81)
@@ -34,6 +34,7 @@
--home /var/lib/sks \
--no-create-home \
--shell /bin/bash \
+ --group \
debian-sks
fi
@@ -44,7 +45,7 @@
if [ "$2" = "" ]; then
for i in lib log run spool; do
- chown -R debian-sks:nogroup /var/$i/sks
+ chown -R debian-sks:debian-sks /var/$i/sks
chmod -R 700 /var/$i/sks
find /var/$i/sks -type f -exec chmod 600 '{}' ';'
done
More information about the Pkg-sks-commit
mailing list