1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Do not remove config files unless they are the same as the example config file

Noticed by:	maintainer
Approved by:	maintainer
This commit is contained in:
Patrick Li 2002-06-27 00:24:10 +00:00
parent d1eb2ba3f9
commit 0cfb7fc99e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62065

View File

@ -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