forked from Lainports/freebsd-ports
18 lines
351 B
Text
18 lines
351 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To enable and use the sshblock daemon, use the following in /etc/rc.conf or
|
|
/etc/rc.conf.local:
|
|
|
|
sshblock_enable="YES"
|
|
|
|
To set flags/options (optional), add:
|
|
|
|
sshblock_flags="<flags>"
|
|
|
|
See %%PREFIX%%/sbin/sshblock -h for possible command line options.
|
|
|
|
Use %%PREFIX%%/etc/rc.d/sshblock to stop and start it.
|
|
EOM
|
|
}
|
|
]
|