[Pkg-cups-devel] r168 - cupsys/branches/cups-1.2-ubuntu/debian

Martin Pitt mpitt at costa.debian.org
Wed Apr 12 17:29:30 UTC 2006


Author: mpitt
Date: Wed Apr 12 17:29:29 2006
New Revision: 168

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d
Log:
* debian/cupsys.init.d: Disable reload (it doesn't work as normal user),
  change force-reload to restart.



Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Wed Apr 12 17:29:29 2006
@@ -7,8 +7,10 @@
     --enable-privilege-dropping to not run cupsd as root.
   * debian/control: Remove libdbus-1-dev build dependency, dbus support is not
     something for dapper.
+  * debian/cupsys.init.d: Disable reload (it doesn't work as normal user),
+    change force-reload to restart.
 
- -- Martin Pitt <martin.pitt at ubuntu.com>  Wed, 12 Apr 2006 19:27:48 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Wed, 12 Apr 2006 19:29:00 +0200
 
 cupsys (1.1.99.rc2-1) UNRELEASED-experimental; urgency=low
 

Modified: cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/cupsys.init.d	Wed Apr 12 17:29:29 2006
@@ -33,12 +33,7 @@
 	start-stop-daemon --stop --quiet --retry 5 --oknodo --pidfile $PIDFILE --name $NAME
 	log_end_msg $?
 	;;
-  reload|force-reload)
-	log_begin_msg "Reloading $DESC: $NAME"
-	start-stop-daemon --stop --quiet --pidfile $PIDFILE --name $NAME --signal 1
-	log_end_msg $?
-	;;
-  restart)
+  restart|force-reload)
 	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