From 7cc0a0444520a73706369740ff5ea5657479c0d4 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 30 May 2009 11:13:31 +0200 Subject: [PATCH] unchecked do not retry the lockfile forever and ever Signed-off-by: Joerg Jaspert --- config/debian/cron.unchecked | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index e69ad6c2..166579db 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -75,7 +75,7 @@ function do_buildd () { # the actual unchecked functions follow # ######################################################################## -lockfile "$LOCK_NEW" +lockfile -r3 "$LOCK_NEW" acceptnew rm -f "$LOCK_NEW" -- 2.39.2