aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/pkg-install')
-rw-r--r--mail/postfix/pkg-install7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix/pkg-install b/mail/postfix/pkg-install
index 44a1d6cbacc2..5765d42430c1 100644
--- a/mail/postfix/pkg-install
+++ b/mail/postfix/pkg-install
@@ -118,13 +118,14 @@ if [ x"$2" = xPRE-INSTALL ]; then
fi
if [ x"$2" = xPOST-INSTALL ]; then
- CONF1="main.cf master.cf access aliases canonical pcre_table \
- regexp_table relocated transport virtual"
+ # CONF1 copied from Makefile. Keep consistent!
+ CONF1="main.cf master.cf access aliases canonical \
+ header_checks relocated transport virtual"
for file in $CONF1
do
if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then
- cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file
+ cp ${PKG_PREFIX}/etc/postfix/dist-$file ${PKG_PREFIX}/etc/postfix/$file
fi
done