summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/files/patch-bd
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-15 12:14:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-15 12:14:15 +0000
commitfc02bf58cb8cd1964e153514efe43455319301a8 (patch)
tree7e9592659e9af422658c99c09ad5408c780df2d2 /mail/cyrus-imapd24/files/patch-bd
parentUpdate port to get patches from new site, and include all the new (diff)
Unbreak cyrus port.
Submitted by: Ian Vaudrey <i.vaudrey@bigfoot.com> PR: 4729
Notes
Notes: svn path=/head/; revision=9727
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-bd')
-rw-r--r--mail/cyrus-imapd24/files/patch-bd13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/patch-bd b/mail/cyrus-imapd24/files/patch-bd
new file mode 100644
index 000000000000..3268e64bb08a
--- /dev/null
+++ b/mail/cyrus-imapd24/files/patch-bd
@@ -0,0 +1,13 @@
+--- 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;