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.
This commit is contained in:
Daniel Weismüller
2013-02-07 11:36:03 +01:00
committed by Michael Tremer
parent 6f704a3c85
commit 0aa93f5b11

View File

@@ -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 \