diff -Nru /tmp/YwWQPpeAn6/sysvinit-2.86.ds1/debian/changelog /tmp/jgi4OiOND9/sysvinit-2.86.ds1-6ubuntu17/debian/changelog --- /tmp/YwWQPpeAn6/sysvinit-2.86.ds1/debian/changelog 2006-03-09 18:25:12.000000000 +0000 +++ /tmp/jgi4OiOND9/sysvinit-2.86.ds1-6ubuntu17/debian/changelog 2006-03-09 17:21:07.000000000 +0000 @@ -1,3 +1,10 @@ +sysvinit (2.86.ds1-6ubuntu17-usplashdown1) dapper; urgency=low + + * Send -negative PROGRESS to usplash on shutdown so that the bar can be + drawn L->R but in reverse-video. + + -- Paul Sladen Thu, 09 Mar 2006 17:19:05 +0000 + sysvinit (2.86.ds1-6ubuntu17) dapper; urgency=low * Make the creation of /var/run and /var/lock under a /var mount more diff -Nru /tmp/YwWQPpeAn6/sysvinit-2.86.ds1/debian/sysv-rc/etc/init.d/rc /tmp/jgi4OiOND9/sysvinit-2.86.ds1-6ubuntu17/debian/sysv-rc/etc/init.d/rc --- /tmp/YwWQPpeAn6/sysvinit-2.86.ds1/debian/sysv-rc/etc/init.d/rc 2006-03-09 18:25:12.000000000 +0000 +++ /tmp/jgi4OiOND9/sysvinit-2.86.ds1-6ubuntu17/debian/sysv-rc/etc/init.d/rc 2006-03-09 18:01:52.000000000 +0000 @@ -126,8 +126,8 @@ case "$runlevel" in 0|6) ACTION=stop - # Count down from 100 and use the entire bar - first_step=100 + # Count down from 0 to -100 and use the entire bar + first_step=0 progress_size=100 step_change=-1 ;;