slitaz-boot-scripts diff etc/init.d/rc.functions @ rev 185

rc.* speedup shutdown and small display fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon Dec 21 22:50:10 2009 +0100 (2009-12-21)
parents 599ec52ec156
children 15b5d3ffce78
line diff
     1.1 --- a/etc/init.d/rc.functions	Fri Nov 27 16:52:24 2009 +0100
     1.2 +++ b/etc/init.d/rc.functions	Mon Dec 21 22:50:10 2009 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  	for i in `seq 79-1`
     1.5  	do
     1.6  		echo -n "$CHAR"
     1.7 -		usleep 28000
     1.8 +		usleep 18000
     1.9  	done
    1.10  	echo "$CHAR"
    1.11  }