diff options
author | will <will@FreeBSD.org> | 2000-11-14 06:28:58 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-11-14 06:28:58 +0000 |
commit | 819b5edae18490cfe71280e102de577e82e42856 (patch) | |
tree | 37b3f3a763233e0919bab9bc6d7d68603a507edc /mail/postfix27/files/patch-ab | |
parent | 9a37c2d9f8b0daa66da581cec9851e9301fac661 (diff) | |
download | FreeBSD-ports-819b5edae18490cfe71280e102de577e82e42856.zip FreeBSD-ports-819b5edae18490cfe71280e102de577e82e42856.tar.gz |
Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README along
with documentation. Fix manpage generation. Consistently use INSTALL_*
macros (from postfix-current). Modify packaging list using WITH_PCRE and
WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again
from postfix-current). Use better package description (postfix-current).
Fix PLIST. Conditionally remove main.cf and master.cf when they are
unmodified from default (postfix-current). Fully institute new maintainer
as a real one. :-)
PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current)
Submitted by: maintainer (THANKS!)
Diffstat (limited to 'mail/postfix27/files/patch-ab')
-rw-r--r-- | mail/postfix27/files/patch-ab | 39 |
1 files changed, 11 insertions, 28 deletions
diff --git a/mail/postfix27/files/patch-ab b/mail/postfix27/files/patch-ab index 32a96b2..d705b8a 100644 --- a/mail/postfix27/files/patch-ab +++ b/mail/postfix27/files/patch-ab @@ -1,28 +1,11 @@ ---- conf/main.cf.orig Tue Dec 28 05:03:38 1999 -+++ conf/main.cf Sun Jan 2 21:31:24 2000 -@@ -17,14 +17,14 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # --command_directory = /usr/sbin -+command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -41,7 +41,7 @@ - # These rights are used in the absence of a recipient user context. - # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER. - # --#default_privs = nobody -+default_privs = nobody - - # INTERNET HOST AND DOMAIN NAMES - # +--- conf/canonical.orig Sun Sep 5 23:47:01 1999 ++++ conf/canonical Tue Nov 7 22:24:42 2000 +@@ -4,7 +4,7 @@ + # SUMMARY + # format of Postfix canonical table + # SYNOPSIS +-# \fBpostmap /etc/postfix/canonical\fR ++# \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR + # DESCRIPTION + # The optional \fBcanonical\fR file specifies an address mapping for + # local and non-local addresses. The mapping is used by the |