aboutsummaryrefslogtreecommitdiff
path: root/security/clamav/files
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/clamav/files
parent7e01fa0b512232b8a300480e3e584ce12297f8f3 (diff)
downloadports-fbc7c05ec6706f42183ed18c2f4cb3616caa40ca.tar.gz
ports-fbc7c05ec6706f42183ed18c2f4cb3616caa40ca.zip
Notes
Diffstat (limited to 'security/clamav/files')
-rw-r--r--security/clamav/files/clamav-milter.sh.in4
1 files changed, 2 insertions, 2 deletions
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"