[Pkg-sks-commit] r207 - sks/trunk/sks/debian

Christoph Martin chrism at alioth.debian.org
Tue Feb 9 09:38:26 UTC 2010


Author: chrism
Date: 2010-02-09 09:38:25 +0000 (Tue, 09 Feb 2010)
New Revision: 207

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/sks.postinst
Log:
releasing version 1.1.1-2

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2010-02-08 13:45:46 UTC (rev 206)
+++ sks/trunk/sks/debian/changelog	2010-02-09 09:38:25 UTC (rev 207)
@@ -1,3 +1,9 @@
+sks (1.1.1-2) unstable; urgency=low
+
+  * don't chown PIDDIR in postinst, since we do it in init (Closes: #566922)
+
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Mon, 08 Feb 2010 15:00:34 +0100
+
 sks (1.1.1-1) unstable; urgency=low
 
   * New upstream

Modified: sks/trunk/sks/debian/sks.postinst
===================================================================
--- sks/trunk/sks/debian/sks.postinst	2010-02-08 13:45:46 UTC (rev 206)
+++ sks/trunk/sks/debian/sks.postinst	2010-02-09 09:38:25 UTC (rev 207)
@@ -43,7 +43,7 @@
     # note that sks creates files/dirs with 600/700
     # permissions as default. so let's stick with it for the
     # installation. We will do nothing across upgrades.
-    for i in lib log run spool; do
+    for i in lib log spool; do
 	chown -R debian-sks:debian-sks /var/$i/sks
 	chmod -R 700 /var/$i/sks
 	find /var/$i/sks -type f -exec chmod 600 '{}' ';'




More information about the Pkg-sks-commit mailing list