6 lines
219 B
Text
6 lines
219 B
Text
|
@comment $FreeBSD$
|
||
|
bin/scanhill
|
||
|
@unexec if cmp -s %D/etc/scanhill.conf-dist %D/etc/scanhill.conf; then rm -f %D/etc/scanhill.conf; fi
|
||
|
etc/scanhill.conf-dist
|
||
|
@exec [ -f %B/scanhill.conf ] || cp -f %B/%f %B/scanhill.conf
|