Your message dated Sun, 27 Jan 2008 05:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458474: fixed in fam 2.7.0-13.1
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:  fam
Version:  2.7.0-13
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

When testing dependency based boot sequencing, I discovered a minor
bug in the init.d script for fam.  The start and stop dependencies are
not optimal.  The script should depend on the virtual facility
$portmap, not the script portmap.  Also, when stopped, it should
depend on $remote_fs to make sure it isn't killed by sendsigs before
the stop script is executed.  Last, it should not start in runlevel 1,
nor stop in the boot runlevel" (S).

This patch solve the issue:

--- /etc/init.d/fam.orig     2007-07-23 01:33:12.000000000 +0200
+++ /etc/init.d/fam    2007-12-31 20:39:16.000000000 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          fam
-# Required-Start:    $network portmap
-# Required-Stop:     $network portmap
-# Default-Start:     1 2 3 4 5
-# Default-Stop:      S 0 6
+# Required-Start:    $network $portmap
+# Required-Stop:     $remote_fs $portmap
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
 # Short-Description: File Alteration Monitor
 # Description:       Debian init script for File Alteration Monitor
 ### END INIT INFO

As the stop script do not seem to do anything except killing the
daemon, that task might be better left to the sendsigs script in
runlevel 0 and 6.  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: fam
Source-Version: 2.7.0-13.1

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

fam_2.7.0-13.1.diff.gz
  to pool/main/f/fam/fam_2.7.0-13.1.diff.gz
fam_2.7.0-13.1.dsc
  to pool/main/f/fam/fam_2.7.0-13.1.dsc
fam_2.7.0-13.1_i386.deb
  to pool/main/f/fam/fam_2.7.0-13.1_i386.deb
libfam-dev_2.7.0-13.1_i386.deb
  to pool/main/f/fam/libfam-dev_2.7.0-13.1_i386.deb
libfam0_2.7.0-13.1_i386.deb
  to pool/main/f/fam/libfam0_2.7.0-13.1_i386.deb
libfam0c102_2.7.0-13.1_all.deb
  to pool/main/f/fam/libfam0c102_2.7.0-13.1_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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated fam 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, 27 Jan 2008 06:29:00 +0100
Source: fam
Binary: fam libfam0 libfam0c102 libfam-dev
Architecture: source all i386
Version: 2.7.0-13.1
Distribution: unstable
Urgency: low
Maintainer: Chuan-kai Lin <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 fam        - File Alteration Monitor
 libfam-dev - Client library to control the FAM daemon - development files
 libfam0    - Client library to control the FAM daemon
 libfam0c102 - Dummy package for libfam0
Closes: 458474
Changes: 
 fam (2.7.0-13.1) unstable; urgency=low
 .
   * Non-maintainer uploaded to fix release goal issue.
   * Correct LSB header of init.d script (Closes: #458474).
   * Add depend from fam to update-inetd, as reported by lintian.
Files: 
 7cc610496257aa3e3794479d3e5096aa 650 admin optional fam_2.7.0-13.1.dsc
 5480c03167318a9802f4d28b85d9c74f 24456 admin optional fam_2.7.0-13.1.diff.gz
 13c4968e665129235870c60f6e8ea37b 12722 libs optional 
libfam0c102_2.7.0-13.1_all.deb
 29b09f4aee0c1cc049278b84be8149b6 68976 admin optional fam_2.7.0-13.1_i386.deb
 f7b643b6be879c201270526506b090f6 27892 libs optional 
libfam0_2.7.0-13.1_i386.deb
 3edc300429f62e597c89d5b2a88249e9 38112 libdevel optional 
libfam-dev_2.7.0-13.1_i386.deb

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

iD8DBQFHnBf220zMSyow1ykRAmu3AKDmCbS/m2G76pABdPvL1pxdJ+BsSQCg1/U7
RCi/el7o0tlZRnoXwooUK6w=
=BOSC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to