openbsd-ports/mail/imapproxy/patches/patch-imapproxy_h
2006-10-18 10:03:50 +00:00

21 lines
792 B
Plaintext

--- include/imapproxy.h.orig Mon Feb 21 20:14:51 2005
+++ include/imapproxy.h Wed Oct 18 11:47:02 2006
@@ -141,7 +141,7 @@
/*
* Common definitions
*/
-#define PGM "in.imapproxyd"
+#define PGM "imapproxyd"
#define IMAP_UNTAGGED_OK "* OK " /* untagged OK response */
#define IMAP_TAGGED_OK "1 OK " /* tagged OK response */
#define BUFSIZE 4096 /* default buffer size */
@@ -159,7 +159,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 "!!SYSCONFDIR!!/imapproxy.conf"
#endif
#define LITERAL_PASSWORD 1