Index: clamav/etc/freshclam.conf
===================================================================
--- clamav.orig/etc/freshclam.conf	2008-03-06 19:41:13.000000000 +0100
+++ clamav/etc/freshclam.conf	2008-04-16 12:49:14.000000000 +0200
@@ -4,17 +4,15 @@
 ##
 
 
-# Comment or remove the line below.
-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/avbases/clamav
 
 # Path to the log file (make sure it has proper permissions)
 # Default: disabled
-#UpdateLogFile /var/log/freshclam.log
+# DEBUG: uncomment next line
+#UpdateLogFile /var/log/clamav/freshclam.log
 
 # Maximum size of the log file.
 # Value of 0 disables the limit.
@@ -22,14 +20,15 @@
 # and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes).
 # in bytes just don't use modifiers.
 # Default: 1M
-#LogFileMaxSize 2M
+LogFileMaxSize 0
 
 # Log time with each message.
 # Default: no
-#LogTime yes
+LogTime yes
 
 # Enable verbose logging.
 # Default: no
+# DEBUG: uncomment next line
 #LogVerbose yes
 
 # Use system logger (can work together with UpdateLogFile).
@@ -43,12 +42,12 @@
 
 # This option allows you to save the process identifier of the daemon
 # Default: disabled
-#PidFile /var/run/freshclam.pid
+PidFile /var/run/clamav/freshclam.pid
 
 # 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
+DatabaseOwner pavscan
 
 # Initialize supplementary group access (freshclam must be started by root).
 # Default: no
@@ -64,7 +63,7 @@
 
 # Uncomment the following line and replace XY with your country
 # code. See http://www.iana.org/cctld/cctld-whois.htm for the full list.
-#DatabaseMirror db.XY.clamav.net
+DatabaseMirror db.@@region@@.clamav.net
 
 # database.clamav.net is a round-robin record which points to our most 
 # reliable mirrors. It's used as a fall back in case db.XY.clamav.net is 
@@ -74,18 +73,18 @@
 
 # How many attempts to make before giving up.
 # Default: 3 (per mirror)
-#MaxAttempts 5
+MaxAttempts 1
 
 # With this option you can control scripted updates. It's highly recommended
 # to keep it enabled.
 # Default: yes
-#ScriptedUpdates yes
+ScriptedUpdates no
 
 # By default freshclam will keep the local databases (.cld) uncompressed to
 # make their handling faster. With this option you can enable the compression;
 # the change will take effect with the next database update.
 # Default: no
-#CompressLocalDatabase no
+CompressLocalDatabase yes
 
 # Number of database checks per day.
 # Default: 12 (every two hours)
@@ -93,10 +92,11 @@
 
 # Proxy settings
 # Default: disabled
-#HTTPProxyServer myproxy.com
-#HTTPProxyPort 1234
-#HTTPProxyUsername myusername
-#HTTPProxyPassword mypass
+HTTPProxyServer @@proxyhost@@
+HTTPProxyPort @@proxyport@@
+HTTPProxyUsername @@proxyuser@@
+HTTPProxyPassword @@proxypass@@
+
 
 # If your servers are behind a firewall/proxy which applies User-Agent
 # filtering you can use this option to force the use of a different
@@ -132,6 +132,7 @@
 
 # Enable debug messages in libclamav.
 # Default: no
+# DEBUG: uncomment next line
 #Debug yes
 
 # Timeout in seconds when connecting to database server.

