Your message dated Sun, 24 Jan 2010 23:14:30 +0000 (WET)
with message-id <[email protected]>
and subject line Package bfilter has been removed from Debian
has caused the Debian Bug report #548291,
regarding bfilter: Incorrect dependencies in init.d LSB header
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.)


-- 
548291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548291
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:  bfilter
Version:  1.0.6-1
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 scripts of this package.  The script uses files in
/usr/, and should depend on $remote_fs.  The script used to start
after syslog, and should probably depend on $syslog.  Further, with a
hard dependency on networking instead of $network, the package fail to
install when the netbase package isn't installed.  The latter was
discovered by piuparts.  See 
<URL: http://piuparts.debian.org/sid/fail/bfilter_1.1.4+svn20090620-1.log >
for the test log.

<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.  Without it, the package fail to
install when netbase isn't installed, and might start a bit too early
during boot.

diff -ru bfilter-1.1.4+svn20090620/debian/bfilter.init.d 
bfilter-1.1.4+svn20090620-pere/debian/bfilter.init.d
--- bfilter-1.1.4+svn20090620/debian/bfilter.init.d     2009-09-25 
11:02:18.000000000 +0200
+++ bfilter-1.1.4+svn20090620-pere/debian/bfilter.init.d        2009-09-25 
11:03:49.000000000 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          bfilter
-# Required-Start:    networking
-# Required-Stop:     networking
+# Required-Start:    $network $remote_fs $syslog
+# Required-Stop:     $network $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start the bfilter web proxy.

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Version: 1.1.4+svn20090620-1+rm

You filled the bug http://bugs.debian.org/548291 in Debian BTS
against the package bfilter. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/566542. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues


--- End Message ---

Reply via email to