summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files/patch-ec
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-13 20:50:45 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-13 20:50:45 +0000
commit6fe402670fb8b60a760d7b67d4d8741c8583ff31 (patch)
tree85d46bdd991116fdb3eabf66c360338cc349dcbd /mail/postfix-current/files/patch-ec
parentUpdate to 6.3 (diff)
Update to the latest snapshot, plus add hooks for all the very spiffy
plugins that postfix can use. Submitted by: Omanchu Oogali <missnglnk@sneakerz.org> (new MAINTAINER)
Notes
Notes: svn path=/head/; revision=32589
Diffstat (limited to 'mail/postfix-current/files/patch-ec')
-rw-r--r--mail/postfix-current/files/patch-ec20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-ec b/mail/postfix-current/files/patch-ec
new file mode 100644
index 000000000000..74edda76007b
--- /dev/null
+++ b/mail/postfix-current/files/patch-ec
@@ -0,0 +1,20 @@
+*** ./global/mail_params.h.orig Wed May 31 19:18:31 2000
+--- ./global/mail_params.h Thu Jun 1 22:17:10 2000
+***************
+*** 155,157 ****
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
+ #endif
+--- 155,157 ----
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "!!PREFIX!!/usr/libexec/postfix"
+ #endif
+***************
+*** 189,191 ****
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "/etc/postfix"
+ #endif
+--- 189,191 ----
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
+ #endif