Browse code

LocalSocket now points to /tmp/clamd.sock by default

git-svn: trunk@2978

Tomasz Kojm authored on 2007/03/27 23:43:27
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Mar 27 14:51:11 CEST 2007 (tk)
2
+----------------------------------
3
+  * etc/clamd.conf: LocalSocket now points to /tmp/clamd.sock by default
4
+
1 5
 Tue Mar 27 09:03:42 CEST 2007 (tk)
2 6
 ----------------------------------
3 7
   * libclamav/others.[ch]: on little endian use macro versions of
... ...
@@ -69,7 +69,7 @@ Example
69 69
 
70 70
 # Path to a local socket file the daemon will listen on.
71 71
 # Default: disabled (must be specified by a user)
72
-LocalSocket /tmp/clamd
72
+LocalSocket /tmp/clamd.socket
73 73
 
74 74
 # Remove stale socket after unclean shutdown.
75 75
 # Default: no