diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /mail/dbmail22/files/patch-2.0.7_001_266 | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes:
svn path=/head/; revision=158034
svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
Diffstat (limited to 'mail/dbmail22/files/patch-2.0.7_001_266')
-rw-r--r-- | mail/dbmail22/files/patch-2.0.7_001_266 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/dbmail22/files/patch-2.0.7_001_266 b/mail/dbmail22/files/patch-2.0.7_001_266 deleted file mode 100644 index b3650d832c24..000000000000 --- a/mail/dbmail22/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); |