Your message dated Thu, 07 Feb 2008 02:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463648: fixed in fnfx 0.3-13
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: fnfxd
Version: 0.3-11
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 fnfx-0.3.orig/debian/init.d fnfx-0.3/debian/init.d
--- fnfx-0.3.orig/debian/init.d 2008-02-02 00:07:09.000000000 +0100
+++ fnfx-0.3/debian/init.d 2008-02-02 00:25:15.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: fnfxd
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/fnfxd
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: fnfx
Source-Version: 0.3-13
We believe that the bug you reported is fixed in the latest version of
fnfx, which is due to be installed in the Debian FTP archive:
fnfx-client_0.3-13_i386.deb
to pool/main/f/fnfx/fnfx-client_0.3-13_i386.deb
fnfx_0.3-13.diff.gz
to pool/main/f/fnfx/fnfx_0.3-13.diff.gz
fnfx_0.3-13.dsc
to pool/main/f/fnfx/fnfx_0.3-13.dsc
fnfxd_0.3-13_i386.deb
to pool/main/f/fnfx/fnfxd_0.3-13_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.
Agney Lopes Roth Ferraz <[EMAIL PROTECTED]> (supplier of updated fnfx 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: Wed, 06 Feb 2008 23:51:02 -0200
Source: fnfx
Binary: fnfxd fnfx-client
Architecture: source i386
Version: 0.3-13
Distribution: unstable
Urgency: low
Maintainer: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>
Changed-By: Agney Lopes Roth Ferraz <[EMAIL PROTECTED]>
Description:
fnfx-client - Client for customize fnfxd hot-keys
fnfxd - ACPI and hotkey daemon for Toshiba laptops
Closes: 463648
Changes:
fnfx (0.3-13) unstable; urgency=low
.
* added LSB formatted dependency info in init.d script. Thanks to Petter
Reinholdtsen (Closes: #463648)
Files:
47d3215ff55f848a1abce29deb11527c 602 utils optional fnfx_0.3-13.dsc
44f5b28f7c2091f3f0c62b9d3a2ae524 27170 utils optional fnfx_0.3-13.diff.gz
b31e3eaede43cff758dbdb5f71426fe3 19814 utils optional fnfxd_0.3-13_i386.deb
171439851177916bc4cc049d8909157c 7528 utils optional
fnfx-client_0.3-13_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHqmzJD99I1lm5V64RAszgAJ9KGPbSxft0tTbjLCH+U5txOFsdlgCfWLEo
FqoqJTVFMbgPOORv+OVfgXQ=
=N2XO
-----END PGP SIGNATURE-----
--- End Message ---