summaryrefslogtreecommitdiff
path: root/mail/dbmail22/files/patch-2.0.7_002_271
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-15 00:10:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-15 00:10:58 +0000
commitefc03a7db42e86c5b41383ebda01bbbb4fcab4e8 (patch)
treecc2c75a3105316183ad3858c5730546d9428a621 /mail/dbmail22/files/patch-2.0.7_002_271
parent- Update to 0.4.6 (diff)
- Integrate vendor patches:
1. #266 - Excessive db connects and quits 2. #271 - BUG with connect to postgresql database 3. #272 - Non-UTF characters in a message's body 4. #277 - Fix "INTERNALDATE" calculation in imaputil.c 5. other patches from repository. - Add SHA256 PR: ports/88277 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Diffstat (limited to 'mail/dbmail22/files/patch-2.0.7_002_271')
-rw-r--r--mail/dbmail22/files/patch-2.0.7_002_27110
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/dbmail22/files/patch-2.0.7_002_271 b/mail/dbmail22/files/patch-2.0.7_002_271
new file mode 100644
index 000000000000..40a21687020a
--- /dev/null
+++ b/mail/dbmail22/files/patch-2.0.7_002_271
@@ -0,0 +1,10 @@
+--- server.c (revision 1888)
++++ server.c (revision 1889)
+@@ -98,7 +98,6 @@
+ return -1;
+ if (db_check_version() != 0)
+ return -1;
+- db_disconnect();
+
+ ParentPID = getpid();
+ Restart = 0;