mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
cf8d6e29ed
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
18 lines
496 B
Text
18 lines
496 B
Text
README.setup for havp
|
|
|
|
After installing, edit /etc/havp/havp.conf according to the comments.
|
|
At a minimum, you'll need to pay attention to these two lines:
|
|
|
|
# REMOVETHISLINE deleteme
|
|
ENABLECLAMLIB true
|
|
|
|
You'll probably want to make /var/tmp/havp a ram-based filesystem,
|
|
so something like this in /etc/fstab will suffice:
|
|
|
|
tmpfs /var/tmp/havp tmpfs mand,uid=havp,gid=clamav,mode=0775 0 0
|
|
|
|
Finally, start clamav and havp:
|
|
|
|
/etc/rc.d/rc.clamav start
|
|
/etc/rc.d/rc.havp start
|
|
|