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

Christoph Martin chrism at alioth.debian.org
Thu Jun 18 14:38:47 UTC 2009


Author: chrism
Date: 2009-06-18 14:38:46 +0000 (Thu, 18 Jun 2009)
New Revision: 193

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/sks.init
Log:
make PIDDIR on startup to workaround /var/run on a tempfs

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2008-08-19 12:30:42 UTC (rev 192)
+++ sks/trunk/sks/debian/changelog	2009-06-18 14:38:46 UTC (rev 193)
@@ -1,9 +1,10 @@
-sks (1.1.0-5) UNRELEASED; urgency=low
+sks (1.1.0-5) unstable; urgency=low
 
   * Check spool directories for existance (Thanks to Filippo Giunchedi
     <filippo at debian.org>) (Closes: #493335)
+  * make PIDDIR on startup to workaround /var/run on a tempfs
 
- -- Christoph Martin <Christoph.Martin at Uni-Mainz.DE>  Tue, 19 Aug 2008 14:30:24 +0200
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Thu, 18 Jun 2009 16:38:11 +0200
 
 sks (1.1.0-4) unstable; urgency=low
 

Modified: sks/trunk/sks/debian/sks.init
===================================================================
--- sks/trunk/sks/debian/sks.init	2008-08-19 12:30:42 UTC (rev 192)
+++ sks/trunk/sks/debian/sks.init	2009-06-18 14:38:46 UTC (rev 193)
@@ -68,6 +68,9 @@
 	    exit 0
 	fi
 
+	mkdir -p dirname `"$SKSDBPID"`
+	chown debian-sks dirname `"$SKSDBPID"`
+
 	echo -n " sksdb.."
 
 	start-stop-daemon --start --quiet --oknodo \




More information about the Pkg-sks-commit mailing list