Your message dated Sat, 05 Apr 2008 22:02:31 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469605: fixed in ircd-irc2 2.11.1p1+dfsg-2
has caused the Debian Bug report #469605,
regarding ircd-irc2: 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.)
--
469605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469605
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ircd-irc2
Version: 2.11.0-1
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> and
<URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot>.
Here is a patch to document the dependencies. I hope this is correct.
diff -ur ircd-irc2-2.11.1p1+dfsg.orig/debian/ircd-irc2.init
ircd-irc2-2.11.1p1+dfsg/debian/ircd-irc2.init
--- ircd-irc2-2.11.1p1+dfsg.orig/debian/ircd-irc2.init 2008-03-06
07:56:05.000000000 +0100
+++ ircd-irc2-2.11.1p1+dfsg/debian/ircd-irc2.init 2008-03-06
08:19:41.000000000 +0100
@@ -1,7 +1,12 @@
#!/bin/sh
-#
-# Starts/stops the irc daemon
-#
+### BEGIN INIT INFO
+# Provides: ircd-irc2
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Starts/stops the irc daemon
+### END INIT INFO
set -e
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: ircd-irc2
Source-Version: 2.11.1p1+dfsg-2
We believe that the bug you reported is fixed in the latest version of
ircd-irc2, which is due to be installed in the Debian FTP archive:
ircd-irc2_2.11.1p1+dfsg-2.diff.gz
to pool/main/i/ircd-irc2/ircd-irc2_2.11.1p1+dfsg-2.diff.gz
ircd-irc2_2.11.1p1+dfsg-2.dsc
to pool/main/i/ircd-irc2/ircd-irc2_2.11.1p1+dfsg-2.dsc
ircd-irc2_2.11.1p1+dfsg-2_amd64.deb
to pool/main/i/ircd-irc2/ircd-irc2_2.11.1p1+dfsg-2_amd64.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.
Kurt Roeckx <[EMAIL PROTECTED]> (supplier of updated ircd-irc2 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: Sat, 05 Apr 2008 23:26:48 +0200
Source: ircd-irc2
Binary: ircd-irc2
Architecture: source amd64
Version: 2.11.1p1+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Kurt Roeckx <[EMAIL PROTECTED]>
Changed-By: Kurt Roeckx <[EMAIL PROTECTED]>
Description:
ircd-irc2 - The original IRCNet IRC server daemon
Closes: 373662 414992 469605
Changes:
ircd-irc2 (2.11.1p1+dfsg-2) unstable; urgency=low
.
* k*BSD needs _GNU_SOURCE too. Always use it when we have
__GLIBC__ (Closes: #414992)
* Fix the default ircd.conf to point to the right location of the
documentation. (Closes: #373662)
* Add LSB formatted dependency info in init.d script (Closes: #469605)
Files:
6966ae3d29f7a9be932f32b33d4e24c9 601 net optional ircd-irc2_2.11.1p1+dfsg-2.dsc
2c5fc9afa031096e1d56a2b14cf3e445 31372 net optional
ircd-irc2_2.11.1p1+dfsg-2.diff.gz
e1db92deb09a4f0726f52a974f7bacdc 363470 net optional
ircd-irc2_2.11.1p1+dfsg-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9/ZDQdwckHJElwsRAqbvAJ0SqNqPacANQXExoVa9+U5b4t5TTQCgygRP
6/QomDVucQNBUXptYs4eREM=
=cclO
-----END PGP SIGNATURE-----
--- End Message ---