diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-04 19:35:00 +0000 |
commit | 35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch) | |
tree | 8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix1/pkg-install | |
parent | 5f0b815b1e018b3e1b7efcd0216af4a13f8f4847 (diff) | |
download | ports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.tar.gz ports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.zip |
Notes
Diffstat (limited to 'mail/postfix1/pkg-install')
-rw-r--r-- | mail/postfix1/pkg-install | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/postfix1/pkg-install b/mail/postfix1/pkg-install index 933c669e6b98..0d18b67ddee3 100644 --- a/mail/postfix1/pkg-install +++ b/mail/postfix1/pkg-install @@ -1,4 +1,9 @@ #!/bin/sh +# +# $FreeBSD$ +# + +PKG_PREFIX=${PKG_PREFIX:=/usr/local} user=postfix group=postfix @@ -87,6 +92,5 @@ if [ x"$2" = xPOST-INSTALL ]; then fi /usr/sbin/chown root:maildrop ${PKG_PREFIX}/sbin/postdrop /bin/chmod 2555 ${PKG_PREFIX}/sbin/postdrop - /bin/mkdir -p /var/spool/postfix ${PKG_PREFIX}/sbin/postfix check fi |