mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
dc9668fffe
PR: 106053 Submitted by: Loren M. Lang <lorenl@north-winds.org> Approved by: maintainer timeout (30 days)
5 lines
187 B
Plaintext
5 lines
187 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 ] || cp %B/%f %B/aiccu.conf
|
|
sbin/sixxs-aiccu
|