aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-27 17:22:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-27 17:22:05 +0000
commitfbc7c05ec6706f42183ed18c2f4cb3616caa40ca (patch)
tree51fe84cbde129e9b3b82a5ce97584d1ca200896b /security
parent7e01fa0b512232b8a300480e3e584ce12297f8f3 (diff)
downloadports-fbc7c05ec6706f42183ed18c2f4cb3616caa40ca.tar.gz
ports-fbc7c05ec6706f42183ed18c2f4cb3616caa40ca.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/clamav/Makefile1
-rw-r--r--security/clamav/files/clamav-milter.sh.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 03839ed3b36d..bef33f04f8f8 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.86.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= clamav
diff --git a/security/clamav/files/clamav-milter.sh.in b/security/clamav/files/clamav-milter.sh.in
index a49581cc3a55..e4a9dd1f3688 100644
--- a/security/clamav/files/clamav-milter.sh.in
+++ b/security/clamav/files/clamav-milter.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/security/clamav/files/Attic/clamav-milter.sh.in,v 1.1 2005-05-13 08:16:40 jylefort Exp $
+# $FreeBSD: /tmp/pcvs/ports/security/clamav/files/Attic/clamav-milter.sh.in,v 1.2 2005-07-27 17:22:05 sem Exp $
#
# PROVIDE: clamav-milter
@@ -41,6 +41,6 @@ start_precmd()
load_rc_config $name
: ${clamav_milter_enable="NO"}
: ${clamav_milter_socket="%%CLAMAV_MILTER_SOCKET%%"}
-: ${clamav_milter_flags="--postmaster-only --local --outgoing --max-children=50"}
+: ${clamav_milter_flags="--postmaster-only --local --outgoing --timeout=0 --max-children=50"}
run_rc_command "$1"