diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-08-13 07:52:29 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-08-13 07:52:29 +0000 |
commit | c049bad58d3d20032ca8aea532cf19adc803080e (patch) | |
tree | ad86dfb7dfb3bb5973cb5ef6150cda92e04a066a /mail/mimedefang/pkg-plist | |
parent | c5534bb8040ef9f1ba2f3910ca72aa9417bb2108 (diff) | |
download | ports-c049bad58d3d20032ca8aea532cf19adc803080e.tar.gz ports-c049bad58d3d20032ca8aea532cf19adc803080e.zip |
Notes
Diffstat (limited to 'mail/mimedefang/pkg-plist')
-rw-r--r-- | mail/mimedefang/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mimedefang/pkg-plist b/mail/mimedefang/pkg-plist index 6b20f1e7a0e0..71280bc33d40 100644 --- a/mail/mimedefang/pkg-plist +++ b/mail/mimedefang/pkg-plist @@ -1,10 +1,14 @@ bin/mimedefang-multiplexor bin/mimedefang bin/mimedefang.pl +bin/mimedefang-util bin/md-mx-ctrl bin/watch-mimedefang bin/watch-multiple-mimedefangs.tcl etc/rc.d/mimedefang +@unexec if cmp -s %D/%%ETCDIR%%/mimedefang-ip-key %D/%%ETCDIR%%/mimedefang-ip-key.example; then rm -f %D/%%ETCDIR%%/mimedefang-ip-key; fi +%%ETCDIR%%/mimedefang-ip-key.example +@exec [ -f %B/mimedefang-ip-key ] || cp -p %D/%F %B/mimedefang-ip-key @unexec if cmp -s %D/%%ETCDIR%%/mimedefang-filter %D/%%ETCDIR%%/mimedefang-filter.example; then rm -f %D/%%ETCDIR%%/mimedefang-filter; fi %%ETCDIR%%/mimedefang-filter.example @exec [ -f %B/mimedefang-filter ] || cp -p %D/%F %B/mimedefang-filter |