From 90813e3aadae850602b792360ac8b7987f857c9b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 20 Nov 2007 23:13:01 +0100 Subject: [PATCH] retry locks more often --- procmail/logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/logging b/procmail/logging index 1fc2c7d..3695b71 100644 --- a/procmail/logging +++ b/procmail/logging @@ -21,7 +21,7 @@ original-to: $ORIGINAL_TO subject: $SUBJECT$NL" TRAP="DESTFILE=\"\${LASTFOLDER#$BASE/}\"; - /usr/bin/lockfile -4 -r5 -l180 $PMVAR/lock; + /usr/bin/lockfile -4 -r50 -l180 $PMVAR/lock; trap \"echo >> '$THISLOGFILE'; /bin/cat '$THISLOGFILE' >> $MASTERLOGFILE; /bin/rm -f $PMVAR/lock\" 0" -- 2.39.2