summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/patch-bd
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1998-09-23 15:36:27 +0000
committerStefan Bethke <stb@FreeBSD.org>1998-09-23 15:36:27 +0000
commit2024ed0f43fb9a83354ddcc50a60f6c0c4111148 (patch)
tree601da91050884573d68244d52ac33e1f2a3b460b /mail/cyrus-imapd22/files/patch-bd
parentUpgrade to 0.5.2. (diff)
Update to 1.5.14
PR: ports/7789 Submitted by: Hans Huebner <hans@artcom.de>
Notes
Notes: svn path=/head/; revision=13360
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-bd')
-rw-r--r--mail/cyrus-imapd22/files/patch-bd35
1 files changed, 22 insertions, 13 deletions
diff --git a/mail/cyrus-imapd22/files/patch-bd b/mail/cyrus-imapd22/files/patch-bd
index 3268e64bb08a..66480bf2bc2f 100644
--- a/mail/cyrus-imapd22/files/patch-bd
+++ b/mail/cyrus-imapd22/files/patch-bd
@@ -1,13 +1,22 @@
---- imap/config.c.orig Sat Dec 21 02:08:11 1996
-+++ imap/config.c Wed Oct 8 13:56:58 1997
-@@ -23,7 +23,9 @@
-
- extern int errno;
-
--#define CONFIG_FILENAME "/etc/imapd.conf"
-+#if !defined(CONFIG_FILENAME)
-+ #define CONFIG_FILENAME "/etc/imapd.conf"
-+#endif
-
- struct configlist {
- char *key;
+*** imap/config.c.orig Fri May 15 23:48:14 1998
+--- imap/config.c Wed Aug 26 11:44:18 1998
+***************
+*** 37,43 ****
+
+ extern int errno;
+
+! #define CONFIG_FILENAME "/etc/imapd.conf"
+ /* You'd think this'd be EX_CONFIG, but you'd be wrong.
+ If it's EX_CONFIG then sendmail's result is to fatally reject the
+ message; this isn't desireable, we just want to fail the message in a
+--- 37,46 ----
+
+ extern int errno;
+
+! #if !defined(CONFIG_FILENAME)
+! # define CONFIG_FILENAME "/etc/imapd.conf"
+! #endif
+!
+ /* You'd think this'd be EX_CONFIG, but you'd be wrong.
+ If it's EX_CONFIG then sendmail's result is to fatally reject the
+ message; this isn't desireable, we just want to fail the message in a