Browse code

Tested with FreeBSD 5.3

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

Nigel Horne authored on 2004/12/29 01:28:20
Showing 2 changed files
... ...
@@ -1,3 +1,9 @@
1
+Tue Dec 28 16:26:49 GMT 2004 (njh)
2
+----------------------------------
3
+  * clamav-milter/INSTALL:	Added instructions for FreeBSD5.3
4
+    contrib/init/FreeBSD5.2:	Clarified installation instructions - tested
5
+			under FreeBSD5.3
6
+
1 7
 Mon Dec 27 05:12:29 CET 2004 (tk)
2 8
 ---------------------------------
3 9
   * freshclam/manager.c: Remove "Cache-Control: no-cache" from remote_cvdhead()
... ...
@@ -16,13 +16,15 @@
16 16
 # along with this program; if not, write to the Free Software
17 17
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 18
 #
19
-# Install into /etc/rc.d/clamav
19
+# Install into /etc/rc.d as /etc/rc.d/clamav
20
+#	chmod 755 /etc/rc.d/clamav
20 21
 #
21
-# Add lines such as this to /etc/rc.conf
22
+# Add lines such as this to /etc/rc.conf:
23
+#	clamd_enable="YES"
24
+#	clamav_milter_enable="YES"
25
+#	clamav_milter_flags="--max-children=2 --dont-wait --timeout=0 -P local:/var/run/clamav/clamav.sock --pidfile=/var/run/clamav/clamav-milter.pid --quarantine-dir=/var/run/clamav/quarantine"
22 26
 #
23
-# clamd_enable="YES"
24
-# clamav_milter_enable="YES"
25
-# clamav_milter_flags="--max-children=2 --dont-wait --timeout=0 -P local:/var/run/clamav/clamav.sock --pidfile=/var/run/clamav/clamav-milter.pid --quarantine-dir=/var/run/clamav/quarantine"
27
+# Tested with FreeBSD 5.2 and 5.3
26 28
 
27 29
 # PROVIDE: clamav
28 30
 # REQUIRE: NETWORKING