summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2/files/patch-bd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /mail/cyrus-imapd2/files/patch-bd
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'mail/cyrus-imapd2/files/patch-bd')
-rw-r--r--mail/cyrus-imapd2/files/patch-bd22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/cyrus-imapd2/files/patch-bd b/mail/cyrus-imapd2/files/patch-bd
deleted file mode 100644
index 66480bf2bc2f..000000000000
--- a/mail/cyrus-imapd2/files/patch-bd
+++ /dev/null
@@ -1,22 +0,0 @@
-*** 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