summaryrefslogtreecommitdiffstats
path: root/system/clamav/config/clamd.conf.patch
blob: 808fcee63684e5f55ba07e6eef61603222f28001 (plain)
diff -Naur clamav-0.97.1.orig/etc/freshclam.conf clamav-0.97.1/etc/freshclam.conf
--- clamav-0.97.1.orig/etc/freshclam.conf	2011-06-28 14:52:45.000000000 +0200
+++ clamav-0.97.1/etc/freshclam.conf	2011-01-10 18:48:28.000000000 +0100
@@ -5,7 +5,7 @@
 
 
 # Comment or remove the line below.
-#Example
+Example
 
 # Path to the database directory.
 # WARNING: It must match clamd.conf's directive!
@@ -34,25 +34,25 @@
 
 # Use system logger (can work together with UpdateLogFile).
 # Default: no
-LogSyslog yes
+#LogSyslog yes
 
 # Specify the type of syslog messages - please refer to 'man syslog'
 # for facility names.
 # Default: LOG_LOCAL6
-LogFacility LOG_MAIL
+#LogFacility LOG_MAIL
 
 # This option allows you to save the process identifier of the daemon
 # Default: disabled
-PidFile /var/run/clamav/freshclam.pid
+#PidFile /var/run/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 clamav
 
 # 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
@@ -65,7 +65,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.
 # You can use db.XY.ipv6.clamav.net for IPv6 connections.
-DatabaseMirror db.@COUNTRY@.clamav.net
+#DatabaseMirror db.XY.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 
@@ -118,7 +118,7 @@
 
 # Send the RELOAD command to clamd.
 # Default: no
-NotifyClamd /etc/clamd.conf
+#NotifyClamd /path/to/clamd.conf
 
 # Run command after successful database update.
 # Default: disabled