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

Martin Pitt mpitt at costa.debian.org
Wed Apr 12 16:08:36 UTC 2006


Author: mpitt
Date: Wed Apr 12 16:08:35 2006
New Revision: 160

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.init.d
Log:
* debian/cupsd.init: Have force-reload to reload, not restart.

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Wed Apr 12 16:08:35 2006
@@ -80,8 +80,9 @@
     /var/lib/cups/certs (certificates are managed in /var/run/certs now).
   * debian/cupsys.preinst: Remove obsolete /etc/cups/certs symlink on upgrades.
   * debian/cupsys-client.files: Install cupstestdsc and manpage.
+  * debian/cupsd.init: Have force-reload to reload, not restart.
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 18:00:33 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 18:08:16 +0200
 
 cupsys (1.1.99.b1.r4885-1) experimental; 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	Wed Apr 12 16:08:35 2006
@@ -33,12 +33,12 @@
 	start-stop-daemon --stop --quiet --retry 5 --oknodo --pidfile $PIDFILE --name $NAME
 	log_end_msg $?
 	;;
-  reload)
+  reload|force-reload)
 	log_begin_msg "Reloading $DESC: $NAME"
 	start-stop-daemon --stop --quiet --pidfile $PIDFILE --name $NAME --signal 1
 	log_end_msg $?
 	;;
-  restart|force-reload)
+  restart)
 	log_begin_msg "Restarting $DESC: $NAME"
 	if start-stop-daemon --stop --quiet --retry 5 --oknodo --pidfile $PIDFILE --name $NAME; then
 		start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec $DAEMON



More information about the Pkg-cups-devel mailing list