1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/security/blocksshd/pkg-plist
2007-04-07 06:51:07 +00:00

6 lines
250 B
Plaintext

@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