Your message dated Sun, 02 Mar 2008 21:02:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468162: fixed in inputlirc 11-2
has caused the Debian Bug report #468162,
regarding inputlirc: 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.)
--
468162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468162
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: inputlirc
Version: 8-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>.
Here is a patch to document the dependencies. I hope this is correct.
diff -ur inputlirc-11.orig/debian/inputlirc.init
inputlirc-11/debian/inputlirc.init
--- inputlirc-11.orig/debian/inputlirc.init 2008-02-27 13:49:37.000000000
+0100
+++ inputlirc-11/debian/inputlirc.init 2008-02-27 13:54:01.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: inputlirc
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
DAEMON="/usr/sbin/inputlircd"
NAME="inputlirc"
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: inputlirc
Source-Version: 11-2
We believe that the bug you reported is fixed in the latest version of
inputlirc, which is due to be installed in the Debian FTP archive:
inputlirc_11-2.diff.gz
to pool/main/i/inputlirc/inputlirc_11-2.diff.gz
inputlirc_11-2.dsc
to pool/main/i/inputlirc/inputlirc_11-2.dsc
inputlirc_11-2_amd64.deb
to pool/main/i/inputlirc/inputlirc_11-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.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated inputlirc 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, 02 Mar 2008 21:12:55 +0100
Source: inputlirc
Binary: inputlirc
Architecture: source amd64
Version: 11-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description:
inputlirc - Zeroconf LIRC daemon using input event devices
Closes: 468162
Changes:
inputlirc (11-2) unstable; urgency=low
.
* Add LSB section to the init script. Closes: #468162
* Don't ignore make clean errors in debian/rules.
* Update copyright file.
Files:
97191d1c8aa4a89a4152f9fa02dcce07 555 utils extra inputlirc_11-2.dsc
f0611e2bf6666502b0759cbd5c4c1021 2780 utils extra inputlirc_11-2.diff.gz
aa8e4ed8fbcc7808fcb25443a1b65d52 12276 utils extra inputlirc_11-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHywpyAxLow12M2nsRAhZFAKCYFLGkl4PwKxnPc5wmOHje+m7yhwCgiKzO
uXeoBs66RKPfowU4i92/IbE=
=CNH+
-----END PGP SIGNATURE-----
--- End Message ---