Hm, I sent this patch a bit too quick. A cut-n-paste error sneaked in. Here is a better patch, with the correct provides header.
diff -ur dropbear-0.50.orig/debian/dropbear.init dropbear-0.50/debian/dropbear.init --- dropbear-0.50.orig/debian/dropbear.init 2008-02-17 15:22:34.000000000 +0100 +++ dropbear-0.50/debian/dropbear.init 2008-02-17 15:26:29.000000000 +0100 @@ -1,4 +1,11 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: dropbear +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # Do not configure this file. Edit /etc/default/dropbear instead! # -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

