summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-04-02 08:03:33 +0000
committer Eric Hameleers <alien@slackware.com>2010-04-02 08:03:33 +0000
commit5de426cd44ed364a3c3258bebaa148cbae46441e (patch)
tree7c6fed11a58ae26a6795bce4716c6af04ab03492 /clamav
parentc1dc8081474dbcae3ce190a524bff1a53cba6313 (diff)
downloadasb-5de426cd44ed364a3c3258bebaa148cbae46441e.tar.gz
asb-5de426cd44ed364a3c3258bebaa148cbae46441e.tar.xz
Updated patch for 0.96
Diffstat (limited to 'clamav')
-rw-r--r--clamav/build/clamd.conf.patch19
1 files changed, 7 insertions, 12 deletions
diff --git a/clamav/build/clamd.conf.patch b/clamav/build/clamd.conf.patch
index 9c27f5da..27292e24 100644
--- a/clamav/build/clamd.conf.patch
+++ b/clamav/build/clamd.conf.patch
@@ -1,5 +1,5 @@
---- clamd.conf.orig 2007-12-06 13:59:09.000000000 +0100
-+++ clamd.conf 2007-12-22 13:39:34.000000000 +0100
+--- clamd.conf.orig 2010-04-02 09:08:57.000000000 +0200
++++ clamd.conf 2010-04-02 09:10:11.000000000 +0200
@@ -5,7 +5,7 @@
@@ -33,21 +33,16 @@
# Optional path to the global temporary directory.
# Default: system specific (usually /tmp or /var/tmp).
-@@ -69,11 +69,11 @@
+@@ -73,7 +73,7 @@
# Path to a local socket file the daemon will listen on.
# Default: disabled (must be specified by a user)
--LocalSocket /tmp/clamd.socket
+-#LocalSocket /tmp/clamd.socket
+LocalSocket /var/run/clamav/clamd
- # Remove stale socket after unclean shutdown.
- # Default: yes
--#FixStaleSocket yes
-+FixStaleSocket yes
-
- # TCP port address.
- # Default: no
-@@ -141,14 +141,14 @@
+ # Sets the group ownership on the unix socket.
+ # Default: disabled (the primary group of the user running clamd)
+@@ -183,14 +183,14 @@
# Run as another user (clamd must be started by root for this option to work)
# Default: don't drop privileges