diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /mail/cyrus-imapd2/files/patch-bd | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes:
svn path=/head/; revision=16726
svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'mail/cyrus-imapd2/files/patch-bd')
-rw-r--r-- | mail/cyrus-imapd2/files/patch-bd | 22 |
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 |