Your message dated Tue, 08 Jan 2008 17:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451751: fixed in resolvconf 1.38
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: resolvconf
Version: 1.37
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 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.
<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.
--- /etc/init.d/resolvconf.orig 2006-12-12 20:00:46.000000000 +0000
+++ /etc/init.d/resolvconf 2007-11-18 08:54:47.000000000 +0000
@@ -1,4 +1,11 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: resolvconf
+# Required-Start: $local_fs
+# Required-Stop: $local_fs
+# Default-Start: S
+# Default-Stop: 0 6
+### END INIT INFO
#
# resolvconf -- Nameserver information manager
#
--- End Message ---
--- Begin Message ---
Source: resolvconf
Source-Version: 1.38
We believe that the bug you reported is fixed in the latest version of
resolvconf, which is due to be installed in the Debian FTP archive:
resolvconf_1.38.dsc
to pool/main/r/resolvconf/resolvconf_1.38.dsc
resolvconf_1.38.tar.gz
to pool/main/r/resolvconf/resolvconf_1.38.tar.gz
resolvconf_1.38_all.deb
to pool/main/r/resolvconf/resolvconf_1.38_all.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.
Thomas Hood <[EMAIL PROTECTED]> (supplier of updated resolvconf 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: Tue, 31 Dec 2007 12:00:00 +0100
Source: resolvconf
Binary: resolvconf
Architecture: source all
Version: 1.38
Distribution: unstable
Urgency: low
Maintainer: resolvconf maintainers <[EMAIL PROTECTED]>
Changed-By: Thomas Hood <[EMAIL PROTECTED]>
Description:
resolvconf - nameserver information handler
Closes: 412511 413752 415783 431181 451751
Changes:
resolvconf (1.38) unstable; urgency=low
.
[ Thomas Hood ]
* Remove ru versions of man pages which failed lexgrog check
* Add initscript lsb header (Closes: #451751)
* Eliminate obsolete checks for old bad hook scripts
(Addresses but does not close # 388956)
* New nscd pidfile location is /var/run/nscd/nscd.pid
(Closes: #415783) Thanks to Bob Knock.
* Add gl.po, thanks to Jacobo Tarrio (Closes: #412511)
* Add pt.po, thanks to Miguel Figueiredo (Closes: #413752)
.
[ Daniel Kahn Gillmor ]
* Use /lib/init/rw instead of /dev/shm (Closes: #431181)
Thanks, Roger Leigh!
Files:
e5f0fe7414a7775dcdf68989bc80f7a1 736 net optional resolvconf_1.38.dsc
e5ca27168f615ca3fc8b60834e6659b4 70531 net optional resolvconf_1.38.tar.gz
682388d3f3ddf0210a6dd9132bede93f 50832 net optional resolvconf_1.38_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHg6qAaGRzDfCV5eQRAqx4AJ9HG61HmmUDcDDnj76GkbuYySDCKgCgjZvc
ji8XCafOVjqppJudrZh6UkE=
=U2it
-----END PGP SIGNATURE-----
--- End Message ---