summaryrefslogtreecommitdiff
path: root/security/clamfs/pkg-message
blob: 28c11e54ac0629394fadc73d9d02beaa1e816070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
In order to use clamfs, you should load fusefs.ko module and start clamd.

Type:

 sudo kldload fusefs.ko
 sudo service clamav-freshclam onestart
 sudo service clamav-daemon onestart

For more info please visit:
 https://github.com/burghardt/clamfs#additional-configuration-steps-for-freebsd
EOM
}
]