33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
diff -ru clamav-0.95.2.orig/etc/freshclam.conf clamav-0.95.2/etc/freshclam.conf
|
|
--- clamav-0.95.2.orig/etc/freshclam.conf.sample 2009-07-06 20:52:29.000000000 +0200
|
|
+++ clamav-0.95.2/etc/freshclam.conf.sample 2009-07-06 20:54:18.000000000 +0200
|
|
@@ -5,16 +5,16 @@
|
|
|
|
|
|
# Comment or remove the line below.
|
|
-Example
|
|
+#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/lib/clamav
|
|
|
|
# Path to the log file (make sure it has proper permissions)
|
|
# Default: disabled
|
|
-#UpdateLogFile /var/log/freshclam.log
|
|
+UpdateLogFile /var/log/clamav/freshclam.log
|
|
|
|
# Maximum size of the log file.
|
|
# Value of 0 disables the limit.
|
|
@@ -52,7 +52,7 @@
|
|
|
|
# Initialize supplementary group access (freshclam must be started by root).
|
|
# Default: no
|
|
-#AllowSupplementaryGroups yes
|
|
+AllowSupplementaryGroups yes
|
|
|
|
# Use DNS to verify virus database version. Freshclam uses DNS TXT records
|
|
# to verify database and software versions. With this directive you can change
|