Your message dated Sun, 16 Mar 2008 07:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468166: fixed in rrdcollect 0.2.3-4
has caused the Debian Bug report #468166,
regarding rrdcollect: 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.)
--
468166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468166
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rrdcollect
Version: 0.2.3-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 rrdcollect-0.2.3.orig/debian/init rrdcollect-0.2.3/debian/init
--- rrdcollect-0.2.3.orig/debian/init 2003-09-12 00:46:24.000000000 +0200
+++ rrdcollect-0.2.3/debian/init 2008-02-27 14:20:19.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: rrdcollect
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
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.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: rrdcollect
Source-Version: 0.2.3-4
We believe that the bug you reported is fixed in the latest version of
rrdcollect, which is due to be installed in the Debian FTP archive:
rrdcollect_0.2.3-4.diff.gz
to pool/main/r/rrdcollect/rrdcollect_0.2.3-4.diff.gz
rrdcollect_0.2.3-4.dsc
to pool/main/r/rrdcollect/rrdcollect_0.2.3-4.dsc
rrdcollect_0.2.3-4_i386.deb
to pool/main/r/rrdcollect/rrdcollect_0.2.3-4_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.
Artur R. Czechowski <[EMAIL PROTECTED]> (supplier of updated rrdcollect 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, 16 Mar 2008 01:48:47 +0100
Source: rrdcollect
Binary: rrdcollect
Architecture: source i386
Version: 0.2.3-4
Distribution: unstable
Urgency: low
Maintainer: Artur R. Czechowski <[EMAIL PROTECTED]>
Changed-By: Artur R. Czechowski <[EMAIL PROTECTED]>
Description:
rrdcollect - Round-Robin-Database Collecting Daemon
Closes: 468166
Changes:
rrdcollect (0.2.3-4) unstable; urgency=low
.
* LSB dependency info in init.d script, thx for patch to Petter Reinholdtsen
(Closes: #468166)
Files:
d2937a04cd44b3d8a74f7411cdcf06a7 605 utils extra rrdcollect_0.2.3-4.dsc
73ace8aa5a8f1b0916b58a1cf0564465 26570 utils extra rrdcollect_0.2.3-4.diff.gz
fa4125613b1f419c6ae82406228f99ed 34476 utils extra rrdcollect_0.2.3-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3Mz720zMSyow1ykRAtqlAKCSzDCItGZV6HcMhZb32lHd/xjnrQCgoOvW
46pVxmQUo6+FgIIaIl1KHQA=
=e8K8
-----END PGP SIGNATURE-----
--- End Message ---