freebsd-ports/security/sshblock/files/pkg-message.in
2019-08-14 12:16:12 +00:00

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
}
]