openbsd-ports/security/clamav/patches/patch-etc-clamd_conf

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-06-10 18:20:20 -04:00
--- etc/clamd.conf.orig Fri May 13 12:25:31 2011
+++ etc/clamd.conf Thu Jun 9 10:55:20 2011
@@ -11,7 +11,7 @@ Example
# LogFile must be writable for the user running daemon.
# A full path is required.
# Default: disabled
-#LogFile /tmp/clamd.log
+#LogFile /var/log/clamd.log
# By default the log file is locked for writing - the lock protects against
# running clamd multiple times (if want to run another clamd, please
2010-12-01 17:59:35 -05:00
@@ -66,7 +66,7 @@ Example
# Path to the database directory.
# Default: hardcoded (depends on installation options)
-#DatabaseDirectory /var/lib/clamav
+#DatabaseDirectory /var/db/clamav
2010-04-01 09:18:54 -04:00
# Only load the official signatures published by the ClamAV project.
# Default: no
2011-06-10 18:20:20 -04:00
@@ -186,7 +186,7 @@ Example
# Run as another user (clamd must be started by root for this option to work)
# Default: don't drop privileges
-#User clamav
+#User _clamav
# Initialize supplementary group access (clamd must be started by root).
# Default: no
2011-06-10 18:20:20 -04:00
@@ -409,7 +409,7 @@ Example
# deeply the process should be continued.
# Note: setting this limit too high may result in severe damage to the system.
# Default: 16
-#MaxRecursion 10
+MaxRecursion 12
# Number of files to be scanned within an archive, a document, or any other
# container file.