diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2015-05-10 15:25:31 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2015-05-10 15:25:31 +0000 |
commit | bb7c11a7d5e51daadfd47e4e4da1b961ca802be6 (patch) | |
tree | b9ef9cccb3294712426746282eb82b624591beab /mail/postfix/pkg-plist | |
parent | f11c883807c98d92d0ff749a58d14fdb6bbd51c4 (diff) | |
download | ports-bb7c11a7d5e51daadfd47e4e4da1b961ca802be6.tar.gz ports-bb7c11a7d5e51daadfd47e4e4da1b961ca802be6.zip |
Notes
Diffstat (limited to 'mail/postfix/pkg-plist')
-rw-r--r-- | mail/postfix/pkg-plist | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/mail/postfix/pkg-plist b/mail/postfix/pkg-plist index 193858bd8c88..a9b3acbbbc38 100644 --- a/mail/postfix/pkg-plist +++ b/mail/postfix/pkg-plist @@ -1,5 +1,3 @@ -@unexec if cmp -s %D/libexec/postfix/main.cf %%PFETC%%/main.cf; then rm -f %%PFETC%%/main.cf; fi -@unexec if cmp -s %D/libexec/postfix/master.cf %%PFETC%%/master.cf; then rm -f %%PFETC%%/master.cf; fi bin/mailq bin/newaliases %%TEST%%bin/qmqp-sink @@ -8,13 +6,13 @@ bin/qshape bin/rmail %%TEST%%bin/smtp-sink %%TEST%%bin/smtp-source -%%INST_BASE%%@cwd / -etc/postfix/LICENSE -etc/postfix/TLS_LICENSE -etc/postfix/bounce.cf.default -etc/postfix/main.cf.default -etc/postfix/makedefs.out -@cwd %%RESETPREFIX%% +%%PFETC%%/LICENSE +%%PFETC%%/TLS_LICENSE +%%PFETC%%/bounce.cf.default +%%PFETC%%/main.cf.default +@sample %%PFETC%%/main.cf.sample +%%PFETC%%/makedefs.out +@sample %%PFETC%%/master.cf.sample libexec/postfix/anvil libexec/postfix/bounce libexec/postfix/cleanup @@ -140,7 +138,7 @@ sbin/postsuper sbin/posttls-finger sbin/sendmail @dir %%PFETC%% -@dir /var/db/postfix +@dir(postfix,,700) /var/db/postfix @dir(postfix,,700) /var/spool/postfix/active @dir(postfix,,700) /var/spool/postfix/bounce @dir(postfix,,700) /var/spool/postfix/corrupt |