patch-imapproxy_h 904 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-imapproxy_h,v 1.4 2012/06/15 09:07:59 jasper Exp $
  2. --- include/imapproxy.h.orig Fri Oct 16 10:37:41 2009
  3. +++ include/imapproxy.h Sun Jan 10 03:28:47 2010
  4. @@ -169,7 +169,7 @@
  5. /*
  6. * Common definitions
  7. */
  8. -#define PGM "in.imapproxyd"
  9. +#define PGM "imapproxyd"
  10. #define IMAP_UNTAGGED_OK "* OK " /* untagged OK response */
  11. #define IMAP_TAGGED_OK "1 OK " /* tagged OK response */
  12. #define BUFSIZE 4096 /* default buffer size */
  13. @@ -187,7 +187,7 @@
  14. #define SELECT_STATUS_BUF_SIZE 256 /* size of select status */
  15. #ifndef DEFAULT_CONFIG_FILE
  16. -#define DEFAULT_CONFIG_FILE "/etc/imapproxy.conf"
  17. +#define DEFAULT_CONFIG_FILE "${SYSCONFDIR}/imapproxy.conf"
  18. #endif
  19. #ifndef DEFAULT_PID_FILE
  20. #define DEFAULT_PID_FILE "/var/run/imapproxy.pid"