Browse code

*** empty log message ***

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@73 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2003/10/05 03:06:04
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Oct  4 20:04:39 CEST 2003 (tk)
2
+----------------------------------
3
+  * clamav.conf: s/RemoveStaleSocket/FixStaleSocket (thanks to Kristof Petr)
4
+
1 5
 Fri Oct  3 12:55:46 BST 2003 (njh)
2 6
 ----------------------------------
3 7
   * clamav-milter: added list of recipients who's email is not scanned
... ...
@@ -53,7 +53,7 @@ Example
53 53
 LocalSocket /tmp/clamd
54 54
 
55 55
 # Remove stale socket after unclean shutdown.
56
-#RemoveStaleSocket
56
+#FixStaleSocket
57 57
 
58 58
 # TCP address.
59 59
 # By default we bind to INADDR_ANY, probably not wise.