mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
1d7cc7448a
Handle the config files properly.
5 lines
223 B
Plaintext
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
|