Your message dated Sun, 30 Mar 2008 16:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467407: fixed in squid-prefetch 1.1-2.2
has caused the Debian Bug report #467407,
regarding squid-prefetch: 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.)
--
467407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467407
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: squid-prefetch
Version: 1.1-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 squid-prefetch-1.1.orig/debian/init.d squid-prefetch-1.1/debian/init.d
--- squid-prefetch-1.1.orig/debian/init.d 2003-08-11 14:20:35.000000000
+0200
+++ squid-prefetch-1.1/debian/init.d 2008-02-25 09:04:52.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: squid-prefetch
+# Required-Start: $remote_fs $syslog squid
+# Required-Stop: $remote_fs $syslog squid
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
DAEMON=/usr/sbin/squid-prefetch
NAME=squid-prefetch
As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown. If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list. It might need some
changes in the pid file handling.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: squid-prefetch
Source-Version: 1.1-2.2
We believe that the bug you reported is fixed in the latest version of
squid-prefetch, which is due to be installed in the Debian FTP archive:
squid-prefetch_1.1-2.2.dsc
to pool/main/s/squid-prefetch/squid-prefetch_1.1-2.2.dsc
squid-prefetch_1.1-2.2.tar.gz
to pool/main/s/squid-prefetch/squid-prefetch_1.1-2.2.tar.gz
squid-prefetch_1.1-2.2_all.deb
to pool/main/s/squid-prefetch/squid-prefetch_1.1-2.2_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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated squid-prefetch
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: Sun, 30 Mar 2008 18:16:27 +0200
Source: squid-prefetch
Binary: squid-prefetch
Architecture: source all
Version: 1.1-2.2
Distribution: unstable
Urgency: low
Maintainer: Brian White <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
squid-prefetch - Simple page-prefetch for Squid web proxy
Closes: 467407
Changes:
squid-prefetch (1.1-2.2) unstable; urgency=low
.
* Non-maintainer upload to solve release goal.
* Add LSB dependency header to init.d scripts (Closes: #467407).
Files:
ab6cc641d0396918c1f50bdf9bc73732 476 web optional squid-prefetch_1.1-2.2.dsc
dc3a705a27aae7bc9e08f54874984f9c 7749 web optional
squid-prefetch_1.1-2.2.tar.gz
f70a6e39374265f044c23dc17a9203b7 7880 web optional
squid-prefetch_1.1-2.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH772c20zMSyow1ykRAv0DAJ4knoJsops20L5WDrAZj3Om62RRzQCfQgIY
GsKDTk+Kk+xb80fYQafSNv8=
=5Gtq
-----END PGP SIGNATURE-----
--- End Message ---