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

Martin Pitt mpitt at alioth.debian.org
Fri Nov 30 18:26:10 UTC 2007


Author: mpitt
Date: Fri Nov 30 18:26:10 2007
New Revision: 636

Log:
* debian/cupsys.init.d: Add LSB header, thanks to Petter Reinholdtsen!
  (closes: #337640)

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

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Fri Nov 30 18:26:10 2007
@@ -12,6 +12,8 @@
     cupsys-common's, not cupsys', since the latter is not a dependency.
   * debian/control: Demote cups-pdf from Recommends: to Suggests: to match the
     semantics (apt installs recommends by default now).
+  * debian/cupsys.init.d: Add LSB header, thanks to Petter Reinholdtsen!
+    (closes: #337640)
 
   [ Till Kamppeter ]
   * Add debian/local/backends/dnssd: Printer discovery backend for
@@ -27,7 +29,7 @@
   * debian/postinst: Activate new backends (since Etch) by default on
     upgrades. This affects snmp, scsi, serial, and dnssd.
 
- -- Kenshi Muto <kmuto at debian.org>  Fri, 30 Nov 2007 18:28:49 +0100
+ -- Kenshi Muto <kmuto at debian.org>  Fri, 30 Nov 2007 18:34:11 +0100
 
 cupsys (1.3.4-1) unstable; urgency=high
 

Modified: cupsys/trunk/debian/cupsys.init.d
==============================================================================
--- cupsys/trunk/debian/cupsys.init.d	(original)
+++ cupsys/trunk/debian/cupsys.init.d	Fri Nov 30 18:26:10 2007
@@ -1,4 +1,15 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          cupsys
+# Required-Start:    $syslog
+# Required-Stop:     $syslog
+# Should-Start:      $network
+# Should-Stop:       $network
+# X-Start-Before:    samba
+# X-Stop-After:      samba
+# Default-Start:     2 3 4 5
+# Default-Stop:      1
+### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/cupsd



More information about the Pkg-cups-devel mailing list