f9c2a22e10
Reported on: ports@
5 lines
250 B
Text
5 lines
250 B
Text
@comment $FreeBSD$
|
|
bin/blocksshd
|
|
@unexec if cmp -s %D/etc/blocksshd.conf %D/etc/blocksshd.conf.sample; then rm -f %D/etc/blocksshd.conf; fi
|
|
etc/blocksshd.conf.sample
|
|
@exec if [ ! -f %D/etc/blocksshd.conf ]; then cp -p %D/%F %D/etc/blocksshd.conf; fi
|