commit bootchart for openSUSE:Factory
Hello community, here is the log from the commit of package bootchart for openSUSE:Factory checked in at Fri Feb 6 22:02:18 CET 2009. -------- --- bootchart/bootchart.changes 2009-01-29 20:58:46.000000000 +0100 +++ bootchart/bootchart.changes 2009-02-06 21:23:32.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 6 22:22:49 CET 2009 - coolo@suse.de + +- show status of threads too +- only overwrite init if it's default + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bootchart.spec ++++++ --- /var/tmp/diff_new_pack.f32210/_old 2009-02-06 22:00:50.000000000 +0100 +++ /var/tmp/diff_new_pack.f32210/_new 2009-02-06 22:00:50.000000000 +0100 @@ -25,7 +25,7 @@ Group: Development/Tools/Other Summary: Boot Process Charting Application Version: 0.9 -Release: 290 +Release: 291 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %name-%{version}.tar.bz2 Source1: commons-cli-1.0.jar @@ -94,6 +94,9 @@ /lib/mkinitrd %changelog +* Fri Feb 06 2009 coolo@suse.de +- show status of threads too +- only overwrite init if it's default * Thu Jan 29 2009 coolo@suse.de - add grep to the list of programs and make it use bash * Tue Jan 20 2009 coolo@suse.de ++++++ bootchart-0.9.diff ++++++ --- /var/tmp/diff_new_pack.f32210/_old 2009-02-06 22:00:50.000000000 +0100 +++ /var/tmp/diff_new_pack.f32210/_new 2009-02-06 22:00:50.000000000 +0100 @@ -150,3 +150,24 @@ stop return fi +diff -ru bootchart-0.9/script/bootchartd bootchart-0.9.new//script/bootchartd +--- bootchart-0.9/script/bootchartd 2009-01-25 21:39:46.000000000 +0100 ++++ bootchart-0.9.new//script/bootchartd 2009-02-03 10:14:26.000000000 +0100 +@@ -71,7 +71,7 @@ + # /proc/diskstats is available in 2.6 kernels + [ -f /proc/diskstats ] && log_output "cat /proc/diskstats" proc_diskstats.log & + +- log_output "cat /proc/*/stat" proc_ps.log & ++ log_output "cat /proc/*/task/*/stat" proc_ps.log & + #log_output "ps -eww -o pid,ppid,s,pcpu,comm,cmd" ps.log & + + if [ -n "$IN_INIT" ]; then +@@ -143,7 +143,7 @@ + stop + return + fi +- usleep 300000 ++ usleep 200000 + done; + } + ++++++ mkinitrd-boot.sh ++++++ --- /var/tmp/diff_new_pack.f32210/_old 2009-02-06 22:00:50.000000000 +0100 +++ /var/tmp/diff_new_pack.f32210/_new 2009-02-06 22:00:50.000000000 +0100 @@ -17,8 +17,10 @@ stopinitrd 5 while [ -f "$BOOTLOG_LOCK" ]; do - usleep 100000 + usleep 50000 done -init=/sbin/bootchartd +if test "$init" == "/sbin/init"; then + init=/sbin/bootchartd +fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de