summaryrefslogtreecommitdiff
path: root/security/sshblock/files/pkg-message.in
blob: ab5acfaa6ccb2e7277917194aa9e8ecb9df7f3b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ 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
}
]