mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
10 lines
508 B
Plaintext
10 lines
508 B
Plaintext
sbin/bruteblock
|
|
sbin/bruteblockd
|
|
@unexec if cmp -s %D/etc/bruteblock/proftpd.conf.dist %D/etc/bruteblock/proftpd.conf; then rm -f %D/etc/bruteblock/proftpd.conf; fi
|
|
etc/bruteblock/proftpd.conf.dist
|
|
@exec if [ ! -f %B/proftpd.conf ]; then cp -p %D/%F %B/proftpd.conf; fi
|
|
@unexec if cmp -s %D/etc/bruteblock/ssh.conf.dist %D/etc/bruteblock/ssh.conf; then rm -f %D/etc/bruteblock/ssh.conf; fi
|
|
etc/bruteblock/ssh.conf.dist
|
|
@exec if [ ! -f %B/ssh.conf ]; then cp -p %D/%F %B/ssh.conf; fi
|
|
man/man8/bruteblock.8.gz
|