Your message dated Thu, 17 Sep 2009 22:18:35 +0000
with message-id <[email protected]>
and subject line Bug#547213: fixed in fiaif 1.21.1-15
has caused the Debian Bug report #547213,
regarding fiaif: Incorrect dependencies 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.)
--
547213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547213
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fiaif
Version: 1.21.1-12
Severity: important
Tags: patch
User: [email protected]
Usertags: incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script. The script starts in rcS.d/, yet depend
on $syslog (which starts rc2.d/). This leads to an impossible and
unstable boot ordering. Also, as the fiaif package is a firewall, I
suspect it should depend on $network.
<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 >.
This patch should solve the issue.
diff -ru fiaif-1.21.1/debian/patches/16_init_lsb_headers.dpatch
fiaif-1.21.1-pere/debian/patches/16_init_lsb_headers.dpatch
--- fiaif-1.21.1/debian/patches/16_init_lsb_headers.dpatch 2009-09-17
21:03:40.000000000 +0200
+++ fiaif-1.21.1-pere/debian/patches/16_init_lsb_headers.dpatch 2009-09-17
21:11:17.000000000 +0200
@@ -14,8 +14,8 @@
-# fiaif Intelligent firewall
+### BEGIN INIT INFO
+# Provides: fiaif
-+# Required-Start: $remote_fs $syslog
-+# Required-Stop: $remote_fs $syslog
++# Required-Start: $network $remote_fs
++# Required-Stop: $network $remote_fs
+# Default-Start: S
+# Default-Stop: 0 6
+# Short-Description: Intelligent firewall
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: fiaif
Source-Version: 1.21.1-15
We believe that the bug you reported is fixed in the latest version of
fiaif, which is due to be installed in the Debian FTP archive:
fiaif_1.21.1-15.diff.gz
to pool/main/f/fiaif/fiaif_1.21.1-15.diff.gz
fiaif_1.21.1-15.dsc
to pool/main/f/fiaif/fiaif_1.21.1-15.dsc
fiaif_1.21.1-15_all.deb
to pool/main/f/fiaif/fiaif_1.21.1-15_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.
Bastian Kleineidam <[email protected]> (supplier of updated fiaif 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.8
Date: Thu, 17 Sep 2009 22:43:58 +0200
Source: fiaif
Binary: fiaif
Architecture: source all
Version: 1.21.1-15
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam <[email protected]>
Changed-By: Bastian Kleineidam <[email protected]>
Description:
fiaif - An easy to use, yet complex firewall
Closes: 547213
Changes:
fiaif (1.21.1-15) unstable; urgency=low
.
* Fix dependencies in init.d script. Thanks Petter Reinholdtsen
for the patch.
(Closes: #547213)
* Added debian/README.source
* Use Standards version 3.8.3
* Replace dependencies on kernel-image-* with linux-image-*
* Do not install /var/lock/subsys directory
* Added patch 18_create_var_lock_dir: create /var/lock/subsys
directory on demand.
Checksums-Sha1:
27998a0436a40fa4ad7c68176531c03149547c83 1094 fiaif_1.21.1-15.dsc
4ee076e9351277a76acb1c02b808910bc65d078b 355529 fiaif_1.21.1-15.diff.gz
3ee5c431a42b0083857c7b45c0c8ff1090d1ba11 186164 fiaif_1.21.1-15_all.deb
Checksums-Sha256:
4d2231266775efc71fcf6397373d488d821222673dcb57af282f7114a2335b31 1094
fiaif_1.21.1-15.dsc
4354c957a4f838a4f055109e1c3c6f668089e1d78deb90d6010a317d2ffffc89 355529
fiaif_1.21.1-15.diff.gz
419d369f8d5ba4c4c8ffad71b348f9b36ab424eaf7b1ae083956e7977a0980d4 186164
fiaif_1.21.1-15_all.deb
Files:
8a96f4f3d3ede84f0ad0484262c5fc98 1094 net optional fiaif_1.21.1-15.dsc
81b81a86d8d49745cd8d6949627236a1 355529 net optional fiaif_1.21.1-15.diff.gz
953fb02d01ce7c4cf2e9a764ca442a90 186164 net optional fiaif_1.21.1-15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkqypGYACgkQeBwlBDLsbz7nLQCgj3JXH76cxeYpvpvICFymvm4g
/kgAoLm9IhL9aX4YfI+SngPTDtVsY898
=9qz9
-----END PGP SIGNATURE-----
--- End Message ---