diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
commit | 6a294c20389911c409eb5f6f05033eaf6c6975ab (patch) | |
tree | b621d2670693545124e161f6048aa76ec80ae631 /mail/cyrus-imapd24/files/extra-patch-acconfig.h | |
parent | ef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff) |
Notes
Diffstat (limited to 'mail/cyrus-imapd24/files/extra-patch-acconfig.h')
-rw-r--r-- | mail/cyrus-imapd24/files/extra-patch-acconfig.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/cyrus-imapd24/files/extra-patch-acconfig.h b/mail/cyrus-imapd24/files/extra-patch-acconfig.h deleted file mode 100644 index 05e561b78963..000000000000 --- a/mail/cyrus-imapd24/files/extra-patch-acconfig.h +++ /dev/null @@ -1,17 +0,0 @@ -Index: acconfig.h -diff -u acconfig.h.orig acconfig.h ---- acconfig.h.orig Fri Feb 14 05:32:50 2003 -+++ acconfig.h Fri Mar 21 21:03:25 2003 -@@ -263,8 +263,12 @@ - #define FNAME_DOMAINDIR "/domain/" - #define FNAME_LOGDIR "/log/" - #define FNAME_PTSDB "/ptclient/ptscache.db" -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif -+#if !defined(DEFAULT_MASTER_CONFIG_FILENAME) - #define DEFAULT_MASTER_CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - #ifndef HAVE_SHUTDOWN - #define shutdown(fd, mode) 0 |