tags 470060 + patch
tags 470060 + pending
thanks

Hi,

I intend to *lovingly* NMU boxbackup as part of my effort to accomplish the
following Release Goal for Lenny:

  Prepare init.d-Scripts for dependency-based init systems
  Advocate: Petter Reinholdtsen
  Description: Fix remaining problems in the LSB headers in init scripts to
    allow later switching of the default init to something dependency-based.
  Bug-Url: http://bugs.debian.org/cgi-bin/[EMAIL PROTECTED]

Even though 0-day NMUs are allowed, I will upload to DELAYED/5 in order to give
you some reaction time.

You will find that my changes are minimal and address only this issue.

Attached is the diff for my boxbackup 0.10+really0.10-1.1 NMU.

-- 
  ยท''`.        Gay scientists discover the Christian gene
 : :' :            
 `. `'            
   `-        Proudly running (unstable) Debian GNU/Linux
diff -u boxbackup-0.10+really0.10/debian/boxbackup-client.init boxbackup-0.10+really0.10/debian/boxbackup-client.init
--- boxbackup-0.10+really0.10/debian/boxbackup-client.init
+++ boxbackup-0.10+really0.10/debian/boxbackup-client.init
@@ -1,11 +1,11 @@
 #! /bin/sh
 #
 ### BEGIN INIT INFO
-# Provides: boxbackup-server
-# Required-Start:  $syslog $local_fs $network
-# Required-Stop: $syslog $local_fs $network
+# Provides: boxbackup-client
+# Required-Start:  $syslog $remote_fs $network
+# Required-Stop: $syslog $remote_fs $network
 # Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
 # Short-Description: boxbackup client
 # Description: Init script to start and stop the boxbackup client
 ### END INIT INFO
diff -u boxbackup-0.10+really0.10/debian/changelog boxbackup-0.10+really0.10/debian/changelog
--- boxbackup-0.10+really0.10/debian/changelog
+++ boxbackup-0.10+really0.10/debian/changelog
@@ -1,3 +1,10 @@
+boxbackup (0.10+really0.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * iFix LSB header in init.d script (Closes: #470060). 
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 31 Mar 2008 18:43:40 +0200
+
 boxbackup (0.10+really0.10-1) unstable; urgency=low
 
   * revert new upstream accidentally slipped into unstable.
diff -u boxbackup-0.10+really0.10/debian/boxbackup-server.init boxbackup-0.10+really0.10/debian/boxbackup-server.init
--- boxbackup-0.10+really0.10/debian/boxbackup-server.init
+++ boxbackup-0.10+really0.10/debian/boxbackup-server.init
@@ -2,10 +2,10 @@
 #
 ### BEGIN INIT INFO
 # Provides: boxbackup-server
-# Required-Start:  $syslog $local_fs $network
-# Required-Stop: $syslog $local_fs $network
+# Required-Start:  $syslog $remote_fs $network
+# Required-Stop: $syslog $remote_fs $network
 # Default-Start: 2 3 4 5
-# Default-Stop: S 0 1 6
+# Default-Stop: 0 1 6
 # Short-Description: boxbackup server
 # Description: Init script to start and stop the boxbackup server
 ### END INIT INFO

Reply via email to