From: Daniel Weismüller Date: Thu, 7 Feb 2013 10:36:03 +0000 (+0100) Subject: Delete checkdeaddl.lck file on boot. X-Git-Tag: v2.13-rc2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0aa93f5b11a57236f523714373e1abca25caaa65;p=people%2Fms%2Fipfire-2.x.git Delete checkdeaddl.lck file on boot. This lock file does only exist, when the system has suddenly been shut down while update accelerator is optimizing its cache. --- diff --git a/src/initscripts/init.d/cleanfs b/src/initscripts/init.d/cleanfs index 855e63e7b0..d526c35b2e 100644 --- a/src/initscripts/init.d/cleanfs +++ b/src/initscripts/init.d/cleanfs @@ -90,6 +90,9 @@ case "${1}" in cd /var/lock && find . -type f ! -newer /proc -exec rm -f {} \; || failed=1 + boot_mesg -n " /var/log/updatexlrator" ${NORMAL} + rm -f /var/log/updatexlrator/checkdeaddl.lck + boot_mesg " /var/run" ${NORMAL} cd /var/run && find . ! -type d ! -name utmp ! -newer /proc \