--- dotlock.C.orig Tue Apr 2 01:57:49 2002 +++ dotlock.C Tue Apr 2 01:58:58 2002 @@ -112,7 +112,7 @@ AlarmTimer stat_timer; } else if (stat_timer.Expired()) { - unlink(lockfile); + // unlink(lockfile); } }