From 0aa93f5b11a57236f523714373e1abca25caaa65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Weism=C3=BCller?= Date: Thu, 7 Feb 2013 11:36:03 +0100 Subject: [PATCH] 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. --- src/initscripts/init.d/cleanfs | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.39.5