aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix25/pkg-install
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-11-14 06:28:58 +0000
committerWill Andrews <will@FreeBSD.org>2000-11-14 06:28:58 +0000
commit6a1b37225e32c4289e7ee279b1dd4797d33d6790 (patch)
tree590b6e84e2571733c16e213e6cce5fc8b78cbe36 /mail/postfix25/pkg-install
parenta84e5809ef9baa99d16f255d9cc62a9eded79b9d (diff)
downloadports-6a1b37225e32c4289e7ee279b1dd4797d33d6790.tar.gz
ports-6a1b37225e32c4289e7ee279b1dd4797d33d6790.zip
Notes
Diffstat (limited to 'mail/postfix25/pkg-install')
-rw-r--r--mail/postfix25/pkg-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix25/pkg-install b/mail/postfix25/pkg-install
index dcc7c370d885..7f5976b37897 100644
--- a/mail/postfix25/pkg-install
+++ b/mail/postfix25/pkg-install
@@ -85,6 +85,7 @@ if [ x"$2" = xPOST-INSTALL ]; then
cp -p ${PKG_PREFIX}/etc/postfix/sample-master.cf \
${PKG_PREFIX}/etc/postfix/master.cf
fi
- chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
- chmod 2755 ${PKG_PREFIX}/sbin/postdrop
+ /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop
+ /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop
+ ${PKG_PREFIX}/sbin/postfix check
fi