diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-02-01 05:08:48 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-02-01 05:08:48 +0800 |
commit | 2be4c43f5324dffc164b5560edb8e165e5fb9a98 (patch) | |
tree | 6b70f2ea68c1c712c5db029873f93734b4d24e43 /mail/postfix22/pkg-install | |
parent | c7cbc24d5c5417af4dbb6b547a645e26a491d0a8 (diff) | |
download | freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.tar.gz freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.tar.zst freebsd-ports-gnome-2be4c43f5324dffc164b5560edb8e165e5fb9a98.zip |
Add missing files to pkg-plist
Fix config files from being erased.
Submitted by: Vivek Khera
Diffstat (limited to 'mail/postfix22/pkg-install')
-rw-r--r-- | mail/postfix22/pkg-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install index b2b0e42a0332..2e4266564c2b 100644 --- a/mail/postfix22/pkg-install +++ b/mail/postfix22/pkg-install @@ -83,6 +83,13 @@ if [ x"$2" = xPRE-INSTALL ]; then fi if [ x"$2" = xPOST-INSTALL ]; then + if [ ! -f ${PKG_PREFIX}/etc/postfix/main.cf ]; then + cp ${PKG_PREFIX}/etc/postfix/sample-main.cf ${PKG_PREFIX}/etc/postfix/main.cf + fi + if [ ! -f ${PKG_PREFIX}/etc/postfix/master.cf ]; then + cp ${PKG_PREFIX}/etc/postfix/sample-master.cf ${PKG_PREFIX}/etc/postfix/master.cf + fi + sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ config_directory=${PKG_PREFIX}/etc/postfix \ daemon_directory=${PKG_PREFIX}/libexec/postfix \ |