Your message dated Sat, 29 Dec 2007 15:17:17 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452462: fixed in insserv 1.09.0-4
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-4

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-4.diff.gz
  to pool/main/i/insserv/insserv_1.09.0-4.diff.gz
insserv_1.09.0-4.dsc
  to pool/main/i/insserv/insserv_1.09.0-4.dsc
insserv_1.09.0-4_i386.deb
  to pool/main/i/insserv/insserv_1.09.0-4_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 16:00:31 +0100
Source: insserv
Binary: insserv
Architecture: source i386
Version: 1.09.0-4
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: 431697 452462
Changes: 
 insserv (1.09.0-4) unstable; urgency=low
 .
   * Update patch 20_overrides to add useful default values for scripts
     without LSB header (Closes: #431697).
   * Update patch 43_shutdown to handle scripts with both start and
     stop levels.  (Closes: #452462).
   * New patch 44_path_at_runtime to add new option -p to make it
     possible to replace /etc/init.d with another path for testing.
   * Add script debian/run-testsuite to test the generated order, and
     use it during the build.
Files: 
 e06b3fe3c8a81ba3484850555fdc8c31 576 misc optional insserv_1.09.0-4.dsc
 753fecdf3aa4ccfc4584f772a65db191 22056 misc optional insserv_1.09.0-4.diff.gz
 8680a2dd3dbe4467979bd215b59f30cf 43654 misc optional insserv_1.09.0-4_i386.deb

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

iD8DBQFHdmHh20zMSyow1ykRArfZAKDky7gOUFvtzw+E6CkR1eV6yC1bkgCfeE7H
ZWOM9niJXCvyW/5/UAvj6pM=
=045d
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to