Files
ports/security/blocksshd/pkg-plist
Sergey Matveychuk f9c2a22e10 - Do not remove user modified config file on deinstall
Reported on:	ports@
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