slitaz-boot-scripts rev 309

/etc/init.d/rcS: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 14:12:23 2012 +0200 (2012-06-02)
parents 6ea85ee8bde8
children 14dc38448adf
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Sat Jun 02 13:49:20 2012 +0200
     1.2 +++ b/etc/init.d/rcS	Sat Jun 02 14:12:23 2012 +0200
     1.3 @@ -214,7 +214,7 @@
     1.4  		mount -t tmpfs tmpfs /tmp
     1.5  	fi
     1.6  	/etc/init.d/rcS readonly 2>&1 | tee -a /tmp/boot.log
     1.7 -	# Lograde boot.log
     1.8 +	# Logrotate boot.log
     1.9  	last=.9
    1.10  	for i in .8 .7 .6 .5 .4 .3 .2 .1 .0 '' ; do
    1.11  		mv -f /var/log/boot.log${i} /var/log/boot.log${last} 2>/dev/null