Your message dated Fri, 28 Dec 2007 23:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452462: fixed in insserv 1.09.0-3
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: insserv
Version: 1.09.0-1
Severity: critical
Tags: patch

--- Please enter the report below this line. ---
According to /usr/share/doc/sysv-rc/README.runlevels.gz #6
in runlevel 6 and 0 scripts begin with S?? should be rename in the future to 
K1??
that mean S scripts should be execute after K ones.

in /usr/sbin/update-bootsystem-insserv you have in convert_rc_s_to_k function :
        mv $target/etc/rc$runlevel.d/$link 
$target/etc/rc$runlevel.d/K$seq$service
instead of
        mv $target/etc/rc$runlevel.d/$link 
$target/etc/rc$runlevel.d/K1$seq$service

this make my system launching init.d/reboot as first init script when I reboot 
or halt.

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.22+perso

Debian Release: lenny/sid
  500 voip-snapshots-debian-sid snapshots.seconix.com 
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.fr.debian.org 
  500 unstable        download.tuxfamily.org 
  500 debian-unstable download.tuxfamily.org 
  400 testing         security.debian.org 
  400 testing         ftp.fr.debian.org 
    1 experimental    ftp.fr.debian.org 

--- Package information. ---
Depends            (Version) | Installed
============================-+-=============
libc6           (>= 2.3.6-6) | 2.6.1-6
debconf            (>= 0.5)  | 1.5.17
 OR debconf-2.0              | 
sysv-rc                      | 2.86.ds1-38.1

--- /usr/sbin/update-bootsystem-insserv	2007-11-23 02:19:33.000000000 +0100
+++ /usr/sbin/update-bootsystem-insserv	2007-11-23 01:43:02.000000000 +0100
@@ -23,7 +23,7 @@
       set `echo $link|sed "s%S\(..\)\(.*\)%\1 \2%"`
       seq=$1
       service=$2
-      mv $target/etc/rc$runlevel.d/$link $target/etc/rc$runlevel.d/K$seq$service
+      mv $target/etc/rc$runlevel.d/$link $target/etc/rc$runlevel.d/K1$seq$service
   done
 }
 

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


--- End Message ---
--- Begin Message ---
Source: insserv
Source-Version: 1.09.0-3

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

insserv_1.09.0-3.diff.gz
  to pool/main/i/insserv/insserv_1.09.0-3.diff.gz
insserv_1.09.0-3.dsc
  to pool/main/i/insserv/insserv_1.09.0-3.dsc
insserv_1.09.0-3_i386.deb
  to pool/main/i/insserv/insserv_1.09.0-3_i386.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 insserv 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: Sat, 29 Dec 2007 00:20:04 +0100
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.09.0-3
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 insserv    - Reorder boot sequence based on LSB init.d script dependencies
Closes: 452462
Changes: 
 insserv (1.09.0-3) unstable; urgency=low
 .
   * Update patch 40_nosusescript to disable unused function setlsb().
   * Add sendsigs to the $remote_fs virtual facility, to make sure the
     services depending on $remote_fs for the shutdown sequence are not
     killed before their init.d script get a chance to stop them.
   * New patch 43_shutdown to fix the handling of stop scripts and thus
     the shutdown sequence (Closes: #452462).  Thanks to Otavio
     Salvador for help with debugging and part of the patch.
Files: 
 2603c48ba169099c143b83084875119c 576 misc optional insserv_1.09.0-3.dsc
 9b326deab7626be25c34ccc9e1d02e9d 20271 misc optional insserv_1.09.0-3.diff.gz
 889a0cb70dcb0e48e3d59280fcf93d86 43146 misc optional insserv_1.09.0-3_i386.deb

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

iD8DBQFHdYVt20zMSyow1ykRAvAhAJwJEIAAjnCO1u+NtXRKHusUYBC0EgCcCoMj
9kfq0yD9iBBVafgLoBFu7ik=
=F8/N
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to