Your message dated Mon, 03 Mar 2008 09:02:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469112: fixed in uif 1.0.5-4
has caused the Debian Bug report #469112,
regarding uif: 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.)
--
469112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469112
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: uif
Version: 1.0.5-3
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 uif-1.0.5.orig/uif uif-1.0.5/uif
--- uif-1.0.5.orig/uif 2008-03-03 08:28:03.000000000 +0100
+++ uif-1.0.5/uif 2008-03-03 08:30:02.000000000 +0100
@@ -1,6 +1,12 @@
#! /bin/bash
-#
-# uif Start the firewall defined in /etc/uif/uif.conf.
+### BEGIN INIT INFO
+# Provides: uif
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start the firewall defined in /etc/uif/uif.conf.
+### END INIT INFO
#
# Version: @(#)/etc/init.d/uif 1.0.0 21-Feb-2002 [EMAIL PROTECTED]
#
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: uif
Source-Version: 1.0.5-4
We believe that the bug you reported is fixed in the latest version of
uif, which is due to be installed in the Debian FTP archive:
uif_1.0.5-4.diff.gz
to pool/main/u/uif/uif_1.0.5-4.diff.gz
uif_1.0.5-4.dsc
to pool/main/u/uif/uif_1.0.5-4.dsc
uif_1.0.5-4_all.deb
to pool/main/u/uif/uif_1.0.5-4_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.
Cajus Pollmeier <[EMAIL PROTECTED]> (supplier of updated uif 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: Mon, 03 Mar 2008 08:57:11 +0100
Source: uif
Binary: uif
Architecture: source all
Version: 1.0.5-4
Distribution: unstable
Urgency: low
Maintainer: Cajus Pollmeier <[EMAIL PROTECTED]>
Changed-By: Cajus Pollmeier <[EMAIL PROTECTED]>
Description:
uif - Advanced iptables-firewall script
Closes: 469112
Changes:
uif (1.0.5-4) unstable; urgency=low
.
* Added LSB formatted dependency info (Closes:#469112)
Files:
a6de70ca6ebe5f602f8fa04e909b68a4 554 net optional uif_1.0.5-4.dsc
616a1835a62d7a2ac1303472707559ee 5904 net optional uif_1.0.5-4.diff.gz
281c90cd99fc9b2e497f1a760b05b196 34448 net optional uif_1.0.5-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHy7VZtyibJ/7Y+CYRArP7AJ91w0pA/BMWq81b+wQBxgBsa/gKrACffSLy
rVflRCGzO7jBFJHlcg8ziG8=
=5218
-----END PGP SIGNATURE-----
--- End Message ---