# HG changeset patch # User Christophe Lincoln # Date 1203955457 -3600 # Node ID 2bba74627aab37489a38432db8c8efebf6a7804e # Parent aed8c8b5163631365b7c864db7864c796ea2fff9 clean all lock files at boot time diff -r aed8c8b51636 -r 2bba74627aab etc/init.d/rcS --- a/etc/init.d/rcS Sun Feb 24 21:05:03 2008 +0100 +++ b/etc/init.d/rcS Mon Feb 25 17:04:17 2008 +0100 @@ -106,6 +106,7 @@ echo -n "Cleaning up the system... " rm -rf /tmp/* rm -f /var/run/*.pid + rm -f /var/lock/* status else echo "System clean up is disabled in /etc/rcS.conf... "