[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] increase retry count for locking unchecked.lock



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 config/debian/cron.unchecked |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked
index 0e956ca..e4bfe54 100755
--- a/config/debian/cron.unchecked
+++ b/config/debian/cron.unchecked
@@ -94,7 +94,7 @@ export LC_ALL=C
 #rm -f "$LOCK_NEW"
 
 # only run one cron.unchecked
-lockfile -r3 $LOCKFILE || exit 0
+lockfile -r8 $LOCKFILE || exit 0
 trap cleanup 0
 
 do_newstage
-- 
1.5.6.5



Reply to: