Your message dated Mon, 17 Mar 2008 09:03:48 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460211: fixed in vsftpd 2.0.6-1.1
has caused the Debian Bug report #460211,
regarding vsftpd: Please add LSB formatted dependency info in init.d script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
460211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460211
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: vsftpd
Version: 2.0.5-2
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency
To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts. The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.
I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.
<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format. Some debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.
Here is a patch to document the dependencies. I hope this is correct.
diff -ur vsftpd-2.0.5.orig/debian/vsftpd.init.d
vsftpd-2.0.5/debian/vsftpd.init.d
--- vsftpd-2.0.5.orig/debian/vsftpd.init.d 2008-01-11 11:30:50.000000000
+0100
+++ vsftpd-2.0.5/debian/vsftpd.init.d 2008-01-11 11:34:37.000000000 +0100
@@ -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]>
As the stop script do not seem to do much except killing the daemons,
that task might be better left to the sendsigs script in runlevel 0
and 6. If this is indeed the case, I recommend removing 0 and 6 from
the Default-Stop list. It might be needed to add code in the daemon
to remove the pid file for this to work properly.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: vsftpd
Source-Version: 2.0.6-1.1
We believe that the bug you reported is fixed in the latest version of
vsftpd, which is due to be installed in the Debian FTP archive:
vsftpd_2.0.6-1.1.diff.gz
to pool/main/v/vsftpd/vsftpd_2.0.6-1.1.diff.gz
vsftpd_2.0.6-1.1.dsc
to pool/main/v/vsftpd/vsftpd_2.0.6-1.1.dsc
vsftpd_2.0.6-1.1_i386.deb
to pool/main/v/vsftpd/vsftpd_2.0.6-1.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated vsftpd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 17 Mar 2008 09:46:02 +0100
Source: vsftpd
Binary: vsftpd
Architecture: source i386
Version: 2.0.6-1.1
Distribution: unstable
Urgency: low
Maintainer: Matej Vela <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
vsftpd - The Very Secure FTP Daemon
Closes: 460211
Changes:
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)
Files:
6f5e1613202a23766ae449da9dd181a7 675 net extra vsftpd_2.0.6-1.1.dsc
7581bec0c9fc866ecb25b6a83638dbd0 8703 net extra vsftpd_2.0.6-1.1.diff.gz
62b18c2ec57793d58194089932d63f50 117030 net extra vsftpd_2.0.6-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3jDL20zMSyow1ykRAhqJAJ9JvyxxMTY/e7qgsL2ZoeLjnsKG9wCeOdEi
HQxh/Py6ufhmcVxOqS5qY7k=
=UAre
-----END PGP SIGNATURE-----
--- End Message ---