Package: bootchart Version: 0.10~svn407-3.1 This is the patch for the NMU I just uploaded to the 3 day delayed queue to fix the init.d script dependency information.
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,11 @@ +bootchart (0.10~svn407-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Change init.d/bootchart dependency to start-depend on $all, to + make it start later in the boot sequence (Closes: #491391). + + -- Petter Reinholdtsen <[email protected]> Thu, 06 Aug 2009 22:23:54 +0200 + bootchart (0.10~svn407-3) unstable; urgency=low * Added debian/patches/fix-bootup-tmp-dir.dpatch to make bootchartd 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 rmnologin +# Required-Start: $remote_fs $all rmnologin # Required-Stop: # Default-Start: 1 2 3 4 5 # Default-Stop: Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

