From ac08ee6091975a2b871c18760d093681c0fba5f7 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sat, 8 Apr 2006 18:24:18 +0000 Subject: - Update to 2.0.10 PR: 95457 Submitted by: maintainer --- mail/dbmail/files/patch-2.0.7_001_266 | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 mail/dbmail/files/patch-2.0.7_001_266 (limited to 'mail/dbmail/files/patch-2.0.7_001_266') diff --git a/mail/dbmail/files/patch-2.0.7_001_266 b/mail/dbmail/files/patch-2.0.7_001_266 deleted file mode 100644 index b3650d832c24..000000000000 --- a/mail/dbmail/files/patch-2.0.7_001_266 +++ /dev/null @@ -1,27 +0,0 @@ ---- server.c.orig Wed Aug 24 13:35:38 2005 -+++ server.c Tue Sep 13 22:21:59 2005 -@@ -119,7 +119,7 @@ - - trace(TRACE_DEBUG, "StartServer(): children created, starting main service loop"); - while (!GeneralStopRequested) { -- if (db_connect() != 0) { -+ if (db_check_connection() != 0) { - - if (! stopped) - manage_stop_children(); -@@ -128,12 +128,11 @@ - sleep(10); - - } else { -- if (stopped) -+ if (stopped) { -+ manage_restart_children(); - stopped=0; -- -- db_disconnect(); -+ } - -- manage_restart_children(); - manage_spare_children(); - - sleep(1); -- cgit v1.2.3