summaryrefslogtreecommitdiffstats
path: root/system/clamav/freshclam.conf.patch
diff options
context:
space:
mode:
author Yalla-One <yallaone@gmail.com>2010-05-11 20:01:55 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 20:01:55 +0200
commitcc4bb035e088be5f70b558b9b334abc8c9cb338f (patch)
treed3a61b9b3408f89a9f63a87718d0b9fcf773d53d /system/clamav/freshclam.conf.patch
parent4005438306155237f377642a892d0b2b8fb6bc5e (diff)
downloadslackbuilds-cc4bb035e088be5f70b558b9b334abc8c9cb338f.tar.gz
slackbuilds-cc4bb035e088be5f70b558b9b334abc8c9cb338f.tar.xz
system/clamav: Added to 12.0 repository
Diffstat (limited to 'system/clamav/freshclam.conf.patch')
-rw-r--r--system/clamav/freshclam.conf.patch66
1 files changed, 66 insertions, 0 deletions
diff --git a/system/clamav/freshclam.conf.patch b/system/clamav/freshclam.conf.patch
new file mode 100644
index 0000000000..c90a961940
--- /dev/null
+++ b/system/clamav/freshclam.conf.patch
@@ -0,0 +1,66 @@
+--- freshclam.conf.orig 2007-02-11 10:54:46.000000000 +0100
++++ freshclam.conf 2007-02-14 09:46:29.000000000 +0100
+@@ -5,12 +5,12 @@
+
+
+ # 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 /usr/share/clamav
+
+ # Path to the log file (make sure it has proper permissions)
+ # Default: disabled
+@@ -22,25 +22,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/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 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
+@@ -52,7 +52,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.COUNTRY.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
+@@ -92,7 +92,7 @@
+
+ # Send the RELOAD command to clamd.
+ # Default: no
+-#NotifyClamd /path/to/clamd.conf
++NotifyClamd /etc/clamd.conf
+
+ # Run command after successful database update.
+ # Default: disabled