[Pkg-sysvinit-commits] r960 - in sysvinit/trunk/debian: . sysv-rc/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Sat Sep 23 07:56:37 UTC 2006


Author: pere
Date: 2006-09-23 07:56:36 +0000 (Sat, 23 Sep 2006)
New Revision: 960

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
Log:
  * Make it easier to debug the splash progress bar in init.d/rc.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-22 21:27:43 UTC (rev 959)
+++ sysvinit/trunk/debian/changelog	2006-09-23 07:56:36 UTC (rev 960)
@@ -1,6 +1,7 @@
 sysvinit (2.86.ds1-24) experimental; urgency=low
 
   * Make sure we do not umount /lib/init/rw/ during shutdown.
+  * Make it easier to debug the splash progress bar in init.d/rc.
 
  -- Petter Reinholdtsen <pere at localhost>  Fri, 22 Sep 2006 23:26:33 +0200
 

Modified: sysvinit/trunk/debian/sysv-rc/etc/init.d/rc
===================================================================
--- sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2006-09-22 21:27:43 UTC (rev 959)
+++ sysvinit/trunk/debian/sysv-rc/etc/init.d/rc	2006-09-23 07:56:36 UTC (rev 960)
@@ -79,7 +79,7 @@
     if [ "$SPLASH" = true ] ; then
         step=$(($step + $step_change))
         progress=$(($step * $progress_size / $num_steps + $first_step))
-        usplash_write "PROGRESS $progress" || true
+        $debug usplash_write "PROGRESS $progress" || true
     fi
 }
 




More information about the Pkg-sysvinit-commits mailing list