Your message dated Mon, 24 Dec 2007 14:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453344: fixed in bootchart 0.10~svn407-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: bootchart
Version: 0.9-4
Severity: normal
Tags: patch
If the bootchartd script detects the default init runlevel from inittab, it
does not ignore commented lines (e.g. #id:5:initdefault:).
The coresponding sed line should be changed to ignore commented lines.
Original upstream report:
http://sourceforge.net/tracker/index.php?func=detail&aid=1821273&group_id=124505&atid=699720
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
bootchart depends on no packages.
Versions of packages bootchart recommends:
pn acct <none> (no description available)
pn bootchart-view <none> (no description available)
-- no debconf information
--- /sbin/bootchartd.orig 2006-10-06 23:56:20.000000000 +0200
+++ /sbin/bootchartd 2007-11-28 23:18:06.000000000 +0100
@@ -114,7 +114,7 @@
# Wait for the boot process to end.
wait_boot()
{
- local runlevel=$( sed -n 's/.*:\(.*\):initdefault:.*/\1/gp'
/etc/inittab )
+ local runlevel=$( sed -n -e 's/#.*//g' -e
's/.*:\(.*\):initdefault:.*/\1/gp' /etc/inittab )
# The processes we have to wait for
local exit_proc="gdmgreeter gdm-binary kdm_greet kdm"
--- End Message ---
--- Begin Message ---
Source: bootchart
Source-Version: 0.10~svn407-1
We believe that the bug you reported is fixed in the latest version of
bootchart, which is due to be installed in the Debian FTP archive:
bootchart-view_0.10~svn407-1_all.deb
to pool/main/b/bootchart/bootchart-view_0.10~svn407-1_all.deb
bootchart_0.10~svn407-1.diff.gz
to pool/main/b/bootchart/bootchart_0.10~svn407-1.diff.gz
bootchart_0.10~svn407-1.dsc
to pool/main/b/bootchart/bootchart_0.10~svn407-1.dsc
bootchart_0.10~svn407-1_all.deb
to pool/main/b/bootchart/bootchart_0.10~svn407-1_all.deb
bootchart_0.10~svn407.orig.tar.gz
to pool/main/b/bootchart/bootchart_0.10~svn407.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.
Jörg Sommer <[EMAIL PROTECTED]> (supplier of updated bootchart 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, 23 Dec 2007 00:52:13 +0100
Source: bootchart
Binary: bootchart-view bootchart
Architecture: source all
Version: 0.10~svn407-1
Distribution: unstable
Urgency: low
Maintainer: Jörg Sommer <[EMAIL PROTECTED]>
Changed-By: Jörg Sommer <[EMAIL PROTECTED]>
Description:
bootchart - Boot process performance analyser
bootchart-view - Boot process performance analyser (visualisation)
Closes: 453344
Changes:
bootchart (0.10~svn407-1) unstable; urgency=low
.
* This packages bases on the svn revision 407, because it includes the
patch fix-stop.dpatch
.
* debian/control:
+ Added lsb-base to the Depends field. It's needed by the init script
for the LSB functions.
.
+ Bumped standards version to 3.7.3; no changes needed.
.
+ Added the VCS URLs.
.
* Replace the internal copy of org.apache.commons.compress by the Debian
package libcommons-compress-java.
.
* debian/patches/fix-inittab.dpatch
+ Added a patch to ignore comments while searching the default
runlevel (closes: #453344)
.
* Upload is sponsored by Petter Reinholdtsen
Files:
42ab27df1e8a0ee91b413287eba93959 851 admin optional bootchart_0.10~svn407-1.dsc
77d5cfe317fefb33d13bb7dd7b38606e 237016 admin optional
bootchart_0.10~svn407.orig.tar.gz
cd50d6411f7a1b9b825d7fccb34accaf 12723 admin optional
bootchart_0.10~svn407-1.diff.gz
bf61dbb542c1796bdcd467f412e35e1a 28136 admin optional
bootchart_0.10~svn407-1_all.deb
6dd2bc8384dbacf578319f85af6cf464 197878 admin optional
bootchart-view_0.10~svn407-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHb7lD20zMSyow1ykRAjakAKCOc0alY/JVX5EXnVcxZrHLQEu9LACfQilr
a399302FPObm0eldaQ44bHI=
=Arf9
-----END PGP SIGNATURE-----
--- End Message ---