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

chrism at alioth.debian.org chrism at alioth.debian.org
Thu Jun 19 14:43:43 UTC 2008


Author: chrism
Date: 2008-06-19 14:43:43 +0000 (Thu, 19 Jun 2008)
New Revision: 53

Modified:
   sks/trunk/sks/debian/default
   sks/trunk/sks/debian/init
Log:
[project @ 54]
Do not check if initstart is "no", but rather check for "yes".

Original author: weasel
Date: 2003-12-05 07:56:38.166447+00:00

Modified: sks/trunk/sks/debian/default
===================================================================
--- sks/trunk/sks/debian/default	2008-06-19 14:43:36 UTC (rev 52)
+++ sks/trunk/sks/debian/default	2008-06-19 14:43:43 UTC (rev 53)
@@ -1,2 +1,3 @@
 # by default we do NOT start sks!
+# Set to yes if you want to start it in the init script.
 initstart=no

Modified: sks/trunk/sks/debian/init
===================================================================
--- sks/trunk/sks/debian/init	2008-06-19 14:43:36 UTC (rev 52)
+++ sks/trunk/sks/debian/init	2008-06-19 14:43:43 UTC (rev 53)
@@ -24,8 +24,8 @@
     start)
 	echo -n "Starting sks daemons:"
 
-	if [ "$initstart" = "no" ]; then
-	    echo "Not starting sks as requested"
+	if [ "$initstart" != "yes" ]; then
+	    echo " Not starting sks as requested."
 	    exit 0
 	fi
 




More information about the Pkg-sks-commit mailing list