summaryrefslogtreecommitdiffstats
path: root/network/havp/README.setup
diff options
context:
space:
mode:
author William Bowman <wilbowma@indiana.edu>2011-12-20 23:19:12 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-12-20 23:19:12 -0600
commitcf8d6e29ed99b62469a816f3d96885073909a548 (patch)
tree79a66e2ecd62170e88d084e172bf9d5e729f8991 /network/havp/README.setup
parentc36593f743727071b5334fdd643f62e29e445dcf (diff)
downloadslackbuilds-cf8d6e29ed99b62469a816f3d96885073909a548.tar.gz
slackbuilds-cf8d6e29ed99b62469a816f3d96885073909a548.tar.xz
network/havp: Added (HTTP Anti Virus Proxy)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/havp/README.setup')
-rw-r--r--network/havp/README.setup18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/havp/README.setup b/network/havp/README.setup
new file mode 100644
index 0000000000..0053bc4d0b
--- /dev/null
+++ b/network/havp/README.setup
@@ -0,0 +1,18 @@
+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
+