openbsd-ports/security/clamav/patches/patch-etc_freshclam_conf_sample
sthen ad82cdda3c update to clamav 0.98:
- signature improvements, performance improvements, support for new file
types including ISO9660, Flash, self-extracting 7z files

- more configurable limits

- callbacks added to API

while there, drop run dependency on zoo; clamav actually switched from zoo
to unzoo (which we don't have in ports) in 0.60(!) so this was doing nothing.
2013-09-20 15:22:58 +00:00

24 lines
949 B
Plaintext

$OpenBSD: patch-etc_freshclam_conf_sample,v 1.1 2013/09/20 15:23:01 sthen Exp $
--- etc/freshclam.conf.sample.orig Mon Sep 16 20:28:14 2013
+++ etc/freshclam.conf.sample Fri Sep 20 15:27:54 2013
@@ -10,7 +10,7 @@ Example
# Path to the database directory.
# WARNING: It must match clamd.conf's directive!
# Default: hardcoded (depends on installation options)
-#DatabaseDirectory /var/lib/clamav
+#DatabaseDirectory /var/db/clamav
# Path to the log file (make sure it has proper permissions)
# Default: disabled
@@ -52,8 +52,8 @@ Example
# By default when started freshclam drops privileges and switches to the
# "clamav" user. This directive allows you to change the database owner.
-# Default: clamav (may depend on installation options)
-#DatabaseOwner clamav
+# Default: _clamav (may depend on installation options)
+#DatabaseOwner _clamav
# Initialize supplementary group access (freshclam must be started by root).
# Default: no