diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-02-11 17:48:50 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-02-11 17:48:50 +0000 |
commit | 9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec (patch) | |
tree | af873e79b63018276cb95a3f60f79cf8212973b7 /mail/postfix21/pkg-plist | |
parent | 393b151c9e14368e270489acca463aab3c85addd (diff) | |
download | FreeBSD-ports-9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec.zip FreeBSD-ports-9f8538d75e6beb918d64ddd94768ed5e4fb9f3ec.tar.gz |
Update to 1.1.3
Update to latest TLS
Give Vivek Khera Maintainership
Fix loss of config files during upgrade
PR: 34837
Submitted by: maintainer
Diffstat (limited to 'mail/postfix21/pkg-plist')
-rw-r--r-- | mail/postfix21/pkg-plist | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/mail/postfix21/pkg-plist b/mail/postfix21/pkg-plist index 0bcc22b..5b6c3c5 100644 --- a/mail/postfix21/pkg-plist +++ b/mail/postfix21/pkg-plist @@ -1,17 +1,25 @@ @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 +@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi +@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi +@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi +@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi +@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi +@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi +@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi +@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi bin/rmail etc/postfix/LICENSE -etc/postfix/access -etc/postfix/aliases -etc/postfix/canonical etc/postfix/main.cf.default -etc/postfix/pcre_table etc/postfix/post-install etc/postfix/postfix-files etc/postfix/postfix-script -etc/postfix/regexp_table -etc/postfix/relocated +etc/postfix/sample-access +etc/postfix/sample-aliases +etc/postfix/sample-canonical +etc/postfix/sample-pcre_table +etc/postfix/sample-regexp_table +etc/postfix/sample-relocated etc/postfix/sample-aliases.cf etc/postfix/sample-auth.cf etc/postfix/sample-canonical.cf @@ -40,8 +48,8 @@ etc/postfix/sample-smtp.cf etc/postfix/sample-smtpd.cf etc/postfix/sample-transport.cf etc/postfix/sample-virtual.cf -etc/postfix/transport -etc/postfix/virtual +etc/postfix/sample-transport +etc/postfix/sample-virtual %%SUB_TLS%%etc/postfix/sample-tls.cf libexec/postfix/bounce libexec/postfix/cleanup |