Your message dated Sun, 16 Mar 2008 17:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470108: fixed in spampd 2.30-20
has caused the Debian Bug report #470108,
regarding spampd: Problem with LSB header 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.)


-- 
470108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470108
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  spampd
Version:  2.30-6
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered a problem
with the init.d scripts provided in the spampd package.  It stops to
late and start to early, as it do not depend on $remote_fs which
guarantee that /usr/ will be mounted and that it stops before
sendsigs.

Another issue is that the init.d script list S in its stop runlevel
list.  This make a useless stop symlink in rcS.d/, and S should not be
included there.

Here is a patch to solve these issues.

diff -ur spampd-2.30.orig/debian/spampd.init spampd-2.30/debian/spampd.init
--- spampd-2.30.orig/debian/spampd.init 2008-03-09 08:36:28.000000000 +0100
+++ spampd-2.30/debian/spampd.init      2008-03-09 08:37:11.000000000 +0100
@@ -9,10 +9,10 @@
 #
 ### BEGIN INIT INFO
 # Provides:            spampd
-# Required-Start:      $syslog $network $named $time
-# Required-Stop:       $syslog $network $named $time
+# Required-Start:      $remote_fs $syslog $network $named $time
+# Required-Stop:       $remote_fs $syslog $network $named $time
 # Default-Start:       2 3 4 5
-# Default-Stop:                S 0 1 6
+# Default-Stop:                0 1 6
 # Short-Description:   spam detection proxy for SMTP and LMTP
 # Description:                 SpamAssassin based perl proxy for SMTP and LMTP
 #                      which marks mails as spam/nonspam based on SpamAssassin

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: spampd
Source-Version: 2.30-20

We believe that the bug you reported is fixed in the latest version of
spampd, which is due to be installed in the Debian FTP archive:

spampd_2.30-20.diff.gz
  to pool/main/s/spampd/spampd_2.30-20.diff.gz
spampd_2.30-20.dsc
  to pool/main/s/spampd/spampd_2.30-20.dsc
spampd_2.30-20_all.deb
  to pool/main/s/spampd/spampd_2.30-20_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.
Sven Mueller <[EMAIL PROTECTED]> (supplier of updated spampd 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, 16 Mar 2008 18:37:55 +0100
Source: spampd
Binary: spampd
Architecture: source all
Version: 2.30-20
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller <[EMAIL PROTECTED]>
Changed-By: Sven Mueller <[EMAIL PROTECTED]>
Description: 
 spampd     - spamassassin based SMTP/LMTP proxy daemon
Closes: 470108
Changes: 
 spampd (2.30-20) unstable; urgency=low
 .
   * Move from dpatch to quilt
   * fix init script dependencies (Closes: #470108)
Files: 
 36372ba74df44656e2db09f3f073fefb 562 mail optional spampd_2.30-20.dsc
 830561dc999b83815c37fd768714d692 16275 mail optional spampd_2.30-20.diff.gz
 d2bf54c9eabb053b5c76b06e75301466 55220 mail optional spampd_2.30-20_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3Vu5Dcs5RBTUBgsRAtCaAKDTuSlIp4EITDVQ84dWW2krZ/QvUgCfTO6J
NzEz6JZxY5LWNpSy/Zcy/Wc=
=NUwo
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to