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

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


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

Modified:
   sks/trunk/sks/debian/init
Log:
[project @ 57]
Test for existance, not executable flags

Original author: weasel
Date: 2003-12-05 09:02:44.898825+00:00

Modified: sks/trunk/sks/debian/init
===================================================================
--- sks/trunk/sks/debian/init	2008-06-19 14:44:03 UTC (rev 55)
+++ sks/trunk/sks/debian/init	2008-06-19 14:44:14 UTC (rev 56)
@@ -13,7 +13,7 @@
 
 # See if the daemon is there
 
-test -x $DAEMON || exit 0
+test -e $DAEMON || exit 0
 
 if [ ! -x $DAEMON ]; then
     echo "ERROR: $DAEMON either is not executable"




More information about the Pkg-sks-commit mailing list