This is the patch I used in my NMU. diff -u linux-atm-2.4.1/debian/changelog linux-atm-2.4.1/debian/changelog --- linux-atm-2.4.1/debian/changelog +++ linux-atm-2.4.1/debian/changelog @@ -1,3 +1,10 @@ +linux-atm (2.4.1-17.2) unstable; urgency=low + + * Non-maintainer upload to fix RC bug. + * Add LSB dependency header to init.d scripts (Closes: #468459). + + -- Petter Reinholdtsen <[EMAIL PROTECTED]> Mon, 31 Mar 2008 00:09:30 +0200 + linux-atm (2.4.1-17.1) unstable; urgency=low
* Non-maintainer upload. diff -u linux-atm-2.4.1/debian/atm-tools.atm linux-atm-2.4.1/debian/atm-tools.atm --- linux-atm-2.4.1/debian/atm-tools.atm +++ linux-atm-2.4.1/debian/atm-tools.atm @@ -1,5 +1,15 @@ #!/bin/sh -# Start/stop the atm daemon(s). +### BEGIN INIT INFO +# Provides: atm +# Required-Start: $local_fs +# Required-Stop: $local_fs +# X-Start-Before: ifupdown networking +# X-Stop-After: ifupdown networking +# Default-Start: S +# Default-Stop: 0 6 +# Short-Description: Start/stop the atm daemon(s). +### END INIT INFO + DAEMON="/sbin/atmarpd" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

