diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 17:52:03 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 17:52:03 +0000 |
commit | 8418508084920008dfb3eb9401a24a230cf1b606 (patch) | |
tree | c70cf6972534e6860c3680d4ebd368f8c8fef285 /mail/postfix21/pkg-plist | |
parent | 0717b5c204a78cbe1b3f86b20b7d3510385a9ba4 (diff) | |
download | FreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.zip FreeBSD-ports-8418508084920008dfb3eb9401a24a230cf1b606.tar.gz |
Install install.cf to ensure spool is created with correct permissions
Bump PORTREVISION
PR: 30751
Submitted by: Yen-Ming Lee
Diffstat (limited to 'mail/postfix21/pkg-plist')
-rw-r--r-- | mail/postfix21/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix21/pkg-plist b/mail/postfix21/pkg-plist index b7656bb..78552bf 100644 --- a/mail/postfix21/pkg-plist +++ b/mail/postfix21/pkg-plist @@ -1,6 +1,8 @@ +@comment $FreeBSD$ @unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi @unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi etc/postfix/LICENSE +etc/postfix/install.cf etc/postfix/postfix-script etc/postfix/sample-access etc/postfix/sample-aliases |