freebsd-ports/security/blocksshd/pkg-plist

6 lines
250 B
Text
Raw Normal View History

@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