74fddeab7f
- remove clamav flavour in favour of enabling clamd support in the main package. - rearrange the Makefile slightly the clamav flavour was using libclamav, which past experience shows to not be a stable interface to the clamav virus scanner; dansguardian also supports scanning via the clamd socket, this is now enabled instead (by default since it doesn't add a required dependency). note: those currently using the clamav flavour and upgrading will need to adjust their configuration. maintainer timeout. on ports@ for a few days, lightly tested here but lacking test reports from real users.
13 lines
564 B
Plaintext
13 lines
564 B
Plaintext
$OpenBSD: patch-configs_contentscanners_clamdscan_conf_in,v 1.1 2009/04/18 14:42:41 sthen Exp $
|
|
--- configs/contentscanners/clamdscan.conf.in.orig Sat Apr 18 15:35:34 2009
|
|
+++ configs/contentscanners/clamdscan.conf.in Sat Apr 18 15:35:50 2009
|
|
@@ -1,7 +1,7 @@
|
|
plugname = 'clamdscan'
|
|
|
|
# edit this to match the location of your ClamD UNIX domain socket
|
|
-#clamdudsfile = '/var/run/clamav/clamd.sock'
|
|
+clamdudsfile = '/tmp/clamd.socket'
|
|
|
|
# If this string is set, the text it contains shall be removed from the
|
|
# beginning of filenames when passing them to ClamD.
|