Hello,
Il -10/01/-28163 20:59, Jörg Schütter ha scritto:
I replaced bootchart with bootchart2 and changed the kernel
options according to the README (leaving the other parameters
unchanged). This is the result of "grep '\binit\b' header
taskstats.log" within bootchart.tgz:
Should be fixed upstream in 96555b7318f37621d48834b9f9f842231c885090,
please double check. Below the upstream commit.
thanks,
riccardo
commit 96555b7318f37621d48834b9f9f842231c885090
Author: Riccardo Magliocchetti <riccardo.magliocche...@gmail.com>
Date: Tue Nov 9 23:26:47 2010 +0100
Fix cmdline parsing for alternative init system
The issue was a simple misplaced break that interrupted the cmdline
parsing at the first occurence of init=.
Should fix debian #602684 and novell #649513.
diff --git a/bootchartd b/bootchartd
index b553368..1b032c3 100755
--- a/bootchartd
+++ b/bootchartd
@@ -165,8 +165,8 @@ if [ $$ -eq 1 ]; then
_init=${i#*=}
if test "$_init" != "/sbin/bootchartd"; then
init="$_init"
+ break
fi
- break
fi
done
export PATH=$OLDPATH
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org