--- anacron-2.3/main.c 2003-11-14 15:09:26 +0300 +++ anacron-2.3/main.c 2003-11-14 15:09:18 +0300 @@ -450,5 +450,6 @@ } wait_children(); explain("Normal exit (%d jobs run)", njobs); + unlink(LOCKFILE);/* try to remove init-d sybsystem's lock file */ exit(0); }