Package: bootchart Version: 0.10~svn407-3.2 Severity: wishlist Tags: patch
Here is the patch I used in my NMU. diff -u bootchart-0.10~svn407/debian/changelog bootchart-0.10~svn407/debian/changelog --- bootchart-0.10~svn407/debian/changelog +++ bootchart-0.10~svn407/debian/changelog @@ -1,3 +1,13 @@ +bootchart (0.10~svn407-3.2) unstable; urgency=low + + * Non-maintainer upload to fix release goal. + * Drop init.d script dependency on rmnologin. It create a dependency + loop (Closes: #543280). + * Updated fix-inittab.dpatch and made runlevel detection code in + /sbin/bootlogd more robust (Closes: #511317) + + -- Petter Reinholdtsen <p...@debian.org> Sun, 13 Sep 2009 14:40:29 +0200 + bootchart (0.10~svn407-3.1) unstable; urgency=low * Non-maintainer upload. diff -u bootchart-0.10~svn407/debian/bootchart.init bootchart-0.10~svn407/debian/bootchart.init --- bootchart-0.10~svn407/debian/bootchart.init +++ bootchart-0.10~svn407/debian/bootchart.init @@ -1,7 +1,7 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: bootchart -# Required-Start: $remote_fs $all rmnologin +# Required-Start: $remote_fs $all # Required-Stop: # Default-Start: 1 2 3 4 5 # Default-Stop: diff -u bootchart-0.10~svn407/debian/patches/fix-inittab.dpatch bootchart-0.10~svn407/debian/patches/fix-inittab.dpatch --- bootchart-0.10~svn407/debian/patches/fix-inittab.dpatch +++ bootchart-0.10~svn407/debian/patches/fix-inittab.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## fix-inittab.dpatch by Jörg Sommer <jo...@alea.gnuu.de> ## -## DP: Patch to ignore comments in inittab +## DP: Patch to ignore comments in inittab. Updated by Petter Reinholdtsen. @DPATCH@ diff -urNad bootchart-upstream~/script/bootchartd bootchart-upstream/script/bootchartd @@ -12,7 +12,7 @@ wait_boot() { - local runlevel=$( sed -n 's/.*:\(.*\):initdefault:.*/\1/gp' /etc/inittab ) -+ local runlevel=$( sed -n '/^ *#/d; s/.*:\(.*\):initdefault:.*/\1/g; p; q' /etc/inittab ) ++ local runlevel=$( sed -n '/^ *#/d; /initdefault/!d;s/.*:\(.*\):initdefault:.*/\1/g; p; q' /etc/inittab ) # The processes we have to wait for local exit_proc="gdmgreeter gdm-binary kdm_greet kdm" Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org