diff options
author | paul <paul@FreeBSD.org> | 2000-05-13 17:20:07 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 2000-05-13 17:20:07 +0000 |
commit | 23a44bcf7ee999369efd87bb1dc2eb29b9e9198e (patch) | |
tree | 6cfe6813f163f16336c6221cdcb0c3bec6e5886e /mail/cyrus/files/patch-bd | |
parent | e058c6ce806db1d1c6d39c95671f680ee73bb786 (diff) | |
download | FreeBSD-ports-23a44bcf7ee999369efd87bb1dc2eb29b9e9198e.zip FreeBSD-ports-23a44bcf7ee999369efd87bb1dc2eb29b9e9198e.tar.gz |
Update port to 1.6.22
Diffstat (limited to 'mail/cyrus/files/patch-bd')
-rw-r--r-- | mail/cyrus/files/patch-bd | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/mail/cyrus/files/patch-bd b/mail/cyrus/files/patch-bd index 66480bf..83a7d53 100644 --- a/mail/cyrus/files/patch-bd +++ b/mail/cyrus/files/patch-bd @@ -1,22 +1,14 @@ -*** imap/config.c.orig Fri May 15 23:48:14 1998 ---- imap/config.c Wed Aug 26 11:44:18 1998 +*** imap/config.c.orig Thu Mar 9 19:07:14 2000 +--- imap/config.c Thu Mar 9 19:06:48 2000 *************** -*** 37,43 **** +*** 39,45 **** +--- 39,47 ---- 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 ---- ++ #if !defined(CONFIG_FILENAME) + #define CONFIG_FILENAME "/etc/imapd.conf" ++ #endif - 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 + struct configlist { + char *key; |