1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/mail/postfix23/files/patch-aj
Will Andrews 6a1b37225e 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!)
2000-11-14 06:28:58 +00:00

25 lines
747 B
Plaintext

*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999
--- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000
***************
*** 220,222 ****
#
! program_directory = /usr/libexec/postfix
--- 220,222 ----
#
! program_directory = !!PREFIX!!/usr/libexec/postfix
***************
*** 263,267 ****
# Specify the types and names of databases to use. After change,
! # run "postmap /etc/postfix/relocated", then "postfix reload".
#
! # relocated_maps = hash:/etc/postfix/relocated
relocated_maps =
--- 263,267 ----
# Specify the types and names of databases to use. After change,
! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload".
#
! # relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated
relocated_maps =