summaryrefslogtreecommitdiffstats
path: root/system/clamav/clamd.conf.patch
diff options
context:
space:
mode:
author Yalla-One2010-05-11 20:01:55 +0200
committer Michiel van Wessem2010-05-11 20:01:55 +0200
commitcc4bb035e088be5f70b558b9b334abc8c9cb338f (patch)
treed3a61b9b3408f89a9f63a87718d0b9fcf773d53d /system/clamav/clamd.conf.patch
parent4005438306155237f377642a892d0b2b8fb6bc5e (diff)
downloadslackbuilds-cc4bb035e088be5f70b558b9b334abc8c9cb338f.tar.gz
system/clamav: Added to 12.0 repository
Diffstat (limited to 'system/clamav/clamd.conf.patch')
-rw-r--r--system/clamav/clamd.conf.patch67
1 files changed, 67 insertions, 0 deletions
diff --git a/system/clamav/clamd.conf.patch b/system/clamav/clamd.conf.patch
new file mode 100644
index 0000000000..607f18259d
--- /dev/null
+++ b/system/clamav/clamd.conf.patch
@@ -0,0 +1,67 @@
+--- clamd.conf.orig 2007-07-24 11:22:34.000000000 +0200
++++ clamd.conf 2007-07-24 11:29:08.000000000 +0200
+@@ -5,7 +5,7 @@
+
+
+ # Comment or remove the line below.
+-Example
++#Example
+
+ # Uncomment this option to enable logging.
+ # LogFile must be writable for the user running daemon.
+@@ -40,12 +40,12 @@
+
+ # Use system logger (can work together with LogFile).
+ # 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
+
+ # Enable verbose logging.
+ # Default: no
+@@ -54,7 +54,7 @@
+ # This option allows you to save a process identifier of the listening
+ # daemon (main thread).
+ # Default: disabled
+-#PidFile /var/run/clamd.pid
++PidFile /var/run/clamav/clamd.pid
+
+ # Optional path to the global temporary directory.
+ # Default: system specific (usually /tmp or /var/tmp).
+@@ -69,11 +69,11 @@
+
+ # Path to a local socket file the daemon will listen on.
+ # Default: disabled (must be specified by a user)
+-LocalSocket /tmp/clamd.socket
++LocalSocket /var/run/clamav/clamd.socket
+
+ # Remove stale socket after unclean shutdown.
+ # Default: no
+-#FixStaleSocket yes
++FixStaleSocket yes
+
+ # TCP port address.
+ # Default: no
+@@ -142,14 +142,14 @@
+ # Run as another user (clamd must be started by root to make this option
+ # working).
+ # Default: don't drop privileges
+-#User clamav
++User clamav
+
+ # Initialize supplementary group access (clamd must be started by root).
+ # Default: no
+-#AllowSupplementaryGroups no
++AllowSupplementaryGroups yes
+
+ # Stop daemon when libclamav reports out of memory condition.
+-#ExitOnOOM yes
++ExitOnOOM yes
+
+ # Don't fork into background.
+ # Default: no