Your message dated Wed, 20 Feb 2008 10:47:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458442: fixed in rsync 3.0.0~pre10-1
has caused the Debian Bug report #458442,
regarding rsync: Slightly wrong 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.)


-- 
458442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458442
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  rsync
Version:  2.6.9-1
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 rsync.  The start and stop dependencies
are not optimal.  The script should start after file systems and
syslog is available, stop before file systems are umounted (and
shortly before that, when all remaining processes killed by the
sendsigs script).  This patch solve the issue:

--- rsync-2.6.9.orig/debian/init.d      2007-12-31 12:27:35.000000000 +0100
+++ rsync-2.6.9/debian/init.d   2007-12-31 12:33:07.000000000 +0100
@@ -2,10 +2,9 @@

 ### BEGIN INIT INFO
 # Provides:          rsyncd
-# Required-Start:    $network
-# Required-Stop:     $syslog
-# Should-Start:      $named $syslog
-# Should-Stop:       $syslog network
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      $named
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: fast remote file copy program daemon

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: rsync
Source-Version: 3.0.0~pre10-1

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

rsync_3.0.0~pre10-1.diff.gz
  to pool/main/r/rsync/rsync_3.0.0~pre10-1.diff.gz
rsync_3.0.0~pre10-1.dsc
  to pool/main/r/rsync/rsync_3.0.0~pre10-1.dsc
rsync_3.0.0~pre10-1_amd64.deb
  to pool/main/r/rsync/rsync_3.0.0~pre10-1_amd64.deb
rsync_3.0.0~pre10.orig.tar.gz
  to pool/main/r/rsync/rsync_3.0.0~pre10.orig.tar.gz



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.
Paul Slootman <[EMAIL PROTECTED]> (supplier of updated rsync 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: Wed, 20 Feb 2008 11:20:47 +0100
Source: rsync
Binary: rsync
Architecture: source amd64
Version: 3.0.0~pre10-1
Distribution: experimental
Urgency: low
Maintainer: Paul Slootman <[EMAIL PROTECTED]>
Changed-By: Paul Slootman <[EMAIL PROTECTED]>
Description: 
 rsync      - fast remote file copy program (like rcp)
Closes: 414636 458442
Changes: 
 rsync (3.0.0~pre10-1) experimental; urgency=low
 .
   * OK, one more prerelease version
   * fixed LSB header in init.d script.
     closes:#458442
   * manpage typo fixed.
     closes:#414636
Files: 
 be0a48273d5e253621bc73ae948a0611 588 net optional rsync_3.0.0~pre10-1.dsc
 54bfda1a6d8a0c275920bca22fb0c68f 757496 net optional 
rsync_3.0.0~pre10.orig.tar.gz
 772d6660a4978a75aa2f88d175654e3a 13000 net optional rsync_3.0.0~pre10-1.diff.gz
 47bf52fd961069a793c0fae6e5cc5b53 318284 net optional 
rsync_3.0.0~pre10-1_amd64.deb

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

iD8DBQFHvAFdutvvqbTW3hMRAj8vAJ0crFgijHgvkwdd9I0cXhtBpIlkqQCeNeq9
N2WwnggOxXjkE17jU5KrLk4=
=nFiT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to