From 5a978e4ae04ac8ffa7b04046f91416d7aa347d01 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 15 Sep 2009 22:55:56 +0200 Subject: [PATCH] Use a lock name that's different from mailbot's seen database name (Bug #8577). --- ingo/lib/Script/Maildrop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingo/lib/Script/Maildrop.php b/ingo/lib/Script/Maildrop.php index 676f9454f..7882e5491 100644 --- a/ingo/lib/Script/Maildrop.php +++ b/ingo/lib/Script/Maildrop.php @@ -508,7 +508,7 @@ class Maildrop_Recipe { // Rule : Start/End of vacation if (($start != 0) && ($end !== 0)) { - $this->_action[] = ' flock "vacation.lock" {'; + $this->_action[] = ' flock "vacationprocess.lock" {'; $this->_action[] = ' current_time=time'; $this->_action[] = ' if ( \ '; $this->_action[] = ' ($current_time >= ' . $start . ') && \ '; -- 2.11.0