This is the patch I applied in my NMU.

diff -u vsftpd-2.0.6/debian/changelog vsftpd-2.0.6/debian/changelog
--- vsftpd-2.0.6/debian/changelog
+++ vsftpd-2.0.6/debian/changelog
@@ -1,3 +1,10 @@
+vsftpd (2.0.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to solve release goal.
+  * Add LSB dependency header to init.d scripts (Closes: #460211)
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Mon, 17 Mar 2008 09:46:02 +0100
+
 vsftpd (2.0.6-1) unstable; urgency=low

   * New upstream release.  Closes: #467128.
diff -u vsftpd-2.0.6/debian/vsftpd.init.d vsftpd-2.0.6/debian/vsftpd.init.d
--- vsftpd-2.0.6/debian/vsftpd.init.d
+++ vsftpd-2.0.6/debian/vsftpd.init.d
@@ -1,4 +1,11 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:          vsftpd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+### END INIT INFO
 # /etc/init.d/vsftpd
 #
 # Written by Sander Smeenk <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to