1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/mail/spamdyke/pkg-plist
Wesley Shields 1d7cc7448a Update to 4.1.0.
Handle the config files properly.
2010-10-19 00:13:04 +00:00

5 lines
223 B
Plaintext

bin/spamdyke
@unexec if cmp -s %D/etc/spamdyke.conf.example %D/etc/spamdyke.conf; then rm -f %D/etc/spamdyke.conf; fi
etc/spamdyke.conf.example
@exec if [ ! -f %D/etc/spamdyke.conf ] ; then cp -p %D/%F %B/spamdyke.conf; fi