Package: vsftpd
Version: 2.3.0~pre2-2
Severity: normal
Tags: patch
The following message was obtained during an upgrade:
update-rc.d: warning: vsftpd stop runlevel arguments (1)
do not match LSB Default-Stop values (0 1 6)
I think that the following observations are in place:
1. That warning message is due to using dependency based boot
sequencing.
2. The following patch should be applied:
--- vsftpd 2010-04-25 00:50:13.000000000 +0300
+++ /etc/init.d/vsftpd 2010-04-25 00:50:31.000000000 +0300
@@ -6,7 +6,7 @@
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Stop: 1
# Short-Description: Very secure FTP server
### END INIT INFO
3. To completely get rid of the warning,
rm /etc/rc{0,6}.d/*vsftpd
, or equivalent, should be run. For the problems with that command,
see bug#568974. I think that after applying the above patch, this
bug report should be merged with bug#568974.
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
https://signup.live.com/signup.aspx?id=60969
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]