mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
6 lines
250 B
Plaintext
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
|