pkgsrc/mail/up-imapproxy/patches/patch-aa
adrianp 5605e23cc4 Proxies IMAP transactions between an IMAP client and an IMAP server. The
general idea is that the client should never know that it's not talking to
the real IMAP server. The only thing that makes this a slightly unique Imap
Proxy server is that it caches server connections.
2006-05-08 21:58:31 +00:00

15 lines
504 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/05/08 21:58:31 adrianp Exp $
# set default location of config file
--- include/imapproxy.h.orig Fri Jun 25 00:20:05 2004
+++ include/imapproxy.h Fri Jun 25 00:20:54 2004
@@ -145,7 +145,7 @@
#define SELECT_STATUS_BUF_SIZE 256 /* size of select status */
#ifndef DEFAULT_CONFIG_FILE
-#define DEFAULT_CONFIG_FILE "/etc/imapproxy.conf"
+#define DEFAULT_CONFIG_FILE "@PKG_SYSCONFDIR@/imapproxy.conf"
#endif
#define LITERAL_PASSWORD 1