summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-27 00:24:10 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-27 00:24:10 +0000
commit0cfb7fc99e9be9b3581d6b795b7bc4fb0f6c086e (patch)
treea57117c98200d7aa38945e44a39d3d984b867976 /mail
parento Fix the htpasswd logic bug around -c and -n options (diff)
Do not remove config files unless they are the same as the example config file
Noticed by: maintainer Approved by: maintainer
Notes
Notes: svn path=/head/; revision=62065
Diffstat (limited to 'mail')
-rw-r--r--mail/mimedefang/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mimedefang/pkg-plist b/mail/mimedefang/pkg-plist
index 6ce44883b598..f08d596f0a73 100644
--- a/mail/mimedefang/pkg-plist
+++ b/mail/mimedefang/pkg-plist
@@ -2,9 +2,9 @@ bin/mimedefang-multiplexor
bin/mimedefang
bin/mimedefang.pl
etc/rc.d/mimedefang.sh-dist
-etc/mimedefang/mimedefang-filter
+@unexec if cmp -s %D/etc/mimedefang/mimedefang-filter %D/etc/mimedefang/mimedefang-filter.example; then rm -f %D/etc/mimedefang/mimedefang-filter; fi
etc/mimedefang/mimedefang-filter.example
-etc/mimedefang/spamassassin/sa-mimedefang.cf
+@unexec if cmp -s %D/etc/mimedefang/spamassassin/sa-mimedefang.cf %D/etc/mimedefang/spamassassin/sa-mimedefang.cf.example; then rm -f %D/etc/mimedefang/spamassassin/sa-mimedefang.cf; fi
etc/mimedefang/spamassassin/sa-mimedefang.cf.example
%%PORTDOCS%%share/doc/mimedefang/README
%%PORTDOCS%%share/doc/mimedefang/README.ANOMY