mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
@unexec if cmp -s %D/etc/aiccu.conf %D/etc/aiccu.conf.sample; then rm -f %D/etc/aiccu.conf; fi
|
|
etc/aiccu.conf.sample
|
|
@exec [ -f %B/aiccu.conf ] || install -m 0644 %B/%f %B/aiccu.conf
|
|
sbin/sixxs-aiccu
|