[Pkg-cups-devel] r91 - cupsys/branches/cups-1.2/debian

Martin Pitt mpitt at costa.debian.org
Thu Dec 22 11:55:29 UTC 2005


Author: mpitt
Date: Thu Dec 22 11:55:29 2005
New Revision: 91

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.init.d
Log:
debian/cupsys.init.d: Add --oknodo to not fail if cupsd is already running.



Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Thu Dec 22 11:55:29 2005
@@ -27,8 +27,10 @@
     03_cupsimage.dpatch), as we get unresolved symbols if libcupsimage
     isn't properly linked to libcupsys, causing other packages to FTBFS.
     Thanks to Adam Conrad.
+  * debian/cupsys.init.d: Add --oknodo to not fail if cupsd is already
+    running.
 
- -- Martin Pitt <mpitt at debian.org>  Thu, 22 Dec 2005 12:53:03 +0100
+ -- Martin Pitt <mpitt at debian.org>  Thu, 22 Dec 2005 12:54:40 +0100
 
 cupsys (1.1.99.b1.r4876-1) unstable; urgency=low
 

Modified: cupsys/branches/cups-1.2/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.init.d	Thu Dec 22 11:55:29 2005
@@ -23,7 +23,7 @@
 	log_begin_msg "Starting $DESC: $NAME"
 	chown root:lpadmin /usr/share/cups/model 2>/dev/null || true
 	chmod 3775 /usr/share/cups/model 2>/dev/null || true
-	start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec $DAEMON
+	start-stop-daemon --start --quiet --oknodo --pidfile "$PIDFILE" --exec $DAEMON
 	;;
   stop)
 	log_begin_msg "Stopping $DESC: $NAME"



More information about the Pkg-cups-devel mailing list