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

Martin Pitt mpitt at costa.debian.org
Wed Apr 12 16:09:27 UTC 2006


Author: mpitt
Date: Wed Apr 12 16:09:26 2006
New Revision: 161

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/cupsys.logrotate
Log:
* debian/cupsys.logrotate: Use force-reload instead of reload, since the
  latter is not required to exist by Debian Policy.



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:09:26 2006
@@ -81,8 +81,10 @@
   * 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.
+  * debian/cupsys.logrotate: Use force-reload instead of reload, since the
+    latter is not required to exist by Debian Policy.
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 18:08:16 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 18:09:01 +0200
 
 cupsys (1.1.99.b1.r4885-1) experimental; urgency=low
 

Modified: cupsys/branches/cups-1.2/debian/cupsys.logrotate
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.logrotate	(original)
+++ cupsys/branches/cups-1.2/debian/cupsys.logrotate	Wed Apr 12 16:09:26 2006
@@ -5,7 +5,7 @@
 	sharedscripts
 	postrotate
 		if [ -e /var/run/cups/cupsd.pid ]; then
-			invoke-rc.d --quiet cupsys reload > /dev/null
+			invoke-rc.d --quiet cupsys force-reload > /dev/null
 			sleep 10
 		fi
 	endscript



More information about the Pkg-cups-devel mailing list