[Pkg-cups-devel] r793 - in cupsys/trunk: . debian

Martin Pitt mpitt at alioth.debian.org
Wed Jul 2 09:55:06 UTC 2008


Author: mpitt
Date: Wed Jul  2 09:55:05 2008
New Revision: 793

Log:
* debian/cups.init.d: Test for executability of daemon, not merely its
  existence. (Closes: #488843)

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/cups.init.d

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Wed Jul  2 09:55:05 2008
@@ -17,8 +17,10 @@
   * Add Slovak debconf translations, thanks to Ivan Masár. (Closes: #488906)
   * Add Romanian debconf translations, thanks to Eddy Petrișor.
     (Closes: #488597)
+  * debian/cups.init.d: Test for executability of daemon, not merely its
+    existence. (Closes: #488843)
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 02 Jul 2008 11:49:03 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 02 Jul 2008 11:50:19 +0200
 
 cups (1.3.7-7) unstable; urgency=low
 

Modified: cupsys/trunk/debian/cups.init.d
==============================================================================
--- cupsys/trunk/debian/cups.init.d	(original)
+++ cupsys/trunk/debian/cups.init.d	Wed Jul  2 09:55:05 2008
@@ -20,7 +20,7 @@
 
 unset TMPDIR
 
-test -f $DAEMON || exit 0
+test -x $DAEMON || exit 0
 
 if [ -r /etc/default/cups ]; then
   . /etc/default/cups



More information about the Pkg-cups-devel mailing list