diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-31 21:08:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-31 21:08:48 +0000 |
commit | 27342cc2fbebe6a34cb6f3b884ecdfe2ae502ce0 (patch) | |
tree | 465549b46ab1552ba84e04cdb3703418b5e3a2a8 /mail/postfix28/pkg-install | |
parent | 2c4782fc9b74673fdb7f9f6a8e812de312009e7c (diff) | |
download | freebsd-ports-27342cc2fbebe6a34cb6f3b884ecdfe2ae502ce0.zip |
Add missing files to pkg-plist
Fix config files from being erased.
Submitted by: Vivek Khera
Diffstat (limited to 'mail/postfix28/pkg-install')
-rw-r--r-- | mail/postfix28/pkg-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install index b2b0e42a0332..2e4266564c2b 100644 --- a/mail/postfix28/pkg-install +++ b/mail/postfix28/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 \ |