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

Christoph Martin chrism at alioth.debian.org
Thu May 10 12:31:49 UTC 2012


Author: chrism
Date: 2012-05-10 12:31:48 +0000 (Thu, 10 May 2012)
New Revision: 229

Modified:
   sks/trunk/sks/debian/changelog
   sks/trunk/sks/debian/sks.init
Log:
change init script to not background sks too early to see error
messages (closes: 651843)

Modified: sks/trunk/sks/debian/changelog
===================================================================
--- sks/trunk/sks/debian/changelog	2012-05-10 10:38:55 UTC (rev 228)
+++ sks/trunk/sks/debian/changelog	2012-05-10 12:31:48 UTC (rev 229)
@@ -3,8 +3,10 @@
   * fix debian/watch
   * change depends on db4.7-utils to db-utils (closes: 664768)
   * change default mailsync server (closes: 599919)
+  * change init script to not background sks too early to see error
+    messages (closes: 651843)
 
- -- Christoph Martin <christoph.martin at uni-mainz.de>  Thu, 10 May 2012 12:35:37 +0200
+ -- Christoph Martin <christoph.martin at uni-mainz.de>  Thu, 10 May 2012 14:27:09 +0200
 
 sks (1.1.1+dpkgv3-7.1) unstable; urgency=low
 

Modified: sks/trunk/sks/debian/sks.init
===================================================================
--- sks/trunk/sks/debian/sks.init	2012-05-10 10:38:55 UTC (rev 228)
+++ sks/trunk/sks/debian/sks.init	2012-05-10 12:31:48 UTC (rev 229)
@@ -75,19 +75,17 @@
 
 	start-stop-daemon --start --quiet --oknodo \
 			  --chuid debian-sks:debian-sks \
-			  --background \
 			  --make-pidfile \
 			  --pidfile $SKSDBPID \
-			  --exec $DAEMON -- db
+			  --exec $DAEMON -- db &
 
 	echo -n " sksrecon.."
 
 	start-stop-daemon --start --quiet --oknodo \
 			  --chuid debian-sks:debian-sks \
-			  --background \
 			  --make-pidfile \
 			  --pidfile $SKSRECONPID \
-			  --exec $DAEMON -- recon
+			  --exec $DAEMON -- recon &
 
 	echo " done."
 




More information about the Pkg-sks-commit mailing list