slitaz-boot-scripts rev 39

clean all lock files at boot time
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 25 17:04:17 2008 +0100 (2008-02-25)
parents aed8c8b51636
children 439cb0a8e2d0
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Sun Feb 24 21:05:03 2008 +0100
     1.2 +++ b/etc/init.d/rcS	Mon Feb 25 17:04:17 2008 +0100
     1.3 @@ -106,6 +106,7 @@
     1.4  	echo -n "Cleaning up the system... "
     1.5  	rm -rf /tmp/*
     1.6  	rm -f /var/run/*.pid
     1.7 +	rm -f /var/lock/*
     1.8  	status
     1.9  else
    1.10  	echo "System clean up is disabled in /etc/rcS.conf... "