Package: iscsitarget Version: 0.4.16+svn162-3.1 Severity: wishlist Tags: patch
This is the patch used in my NMU. diff -u iscsitarget-0.4.16+svn162/debian/changelog iscsitarget-0.4.16+svn162/debian/changelog --- iscsitarget-0.4.16+svn162/debian/changelog +++ iscsitarget-0.4.16+svn162/debian/changelog @@ -1,3 +1,11 @@ +iscsitarget (0.4.16+svn162-3.1) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Fix incorrect provides and dependencies in init.d script (Closes: + #542248). + + -- Petter Reinholdtsen <[email protected]> Sun, 13 Sep 2009 15:53:16 +0200 + iscsitarget (0.4.16+svn162-3) unstable; urgency=medium [ Jon Dowland ] diff -u iscsitarget-0.4.16+svn162/debian/iscsitarget.init iscsitarget-0.4.16+svn162/debian/iscsitarget.init --- iscsitarget-0.4.16+svn162/debian/iscsitarget.init +++ iscsitarget-0.4.16+svn162/debian/iscsitarget.init @@ -1,9 +1,9 @@ #!/bin/sh # ### BEGIN INIT INFO -# Provides: cluster manager -# Required-Start: $network $time -# Required-Stop: $network $time +# Provides: iscsitarget +# Required-Start: $remote_fs $syslog $network $time +# Required-Stop: $remote_fs $syslog $network $time # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starts and stops the iSCSI target Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

