From 2ef10db042a3b063c45d8f6d9bcc305f79a30842 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 25 Oct 2012 14:03:47 +0000 Subject: [PATCH] Follow the default init scripts examples and set maxSlaves to 10 which is a reasonnable amount even on a not too busy machine. ok okan@ (maintainer) --- mail/mimedefang/Makefile | 4 ++-- mail/mimedefang/pkg/mimedefang_multiplexor.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index cd39091fceb..894547e0e38 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2012/09/18 15:34:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.28 2012/10/25 14:03:47 ajacoutot Exp $ COMMENT= mailfilter to identify and mark spam DISTNAME= mimedefang-2.73 -REVISION= 4 +REVISION= 5 CATEGORIES= mail HOMEPAGE= http://www.mimedefang.org/ diff --git a/mail/mimedefang/pkg/mimedefang_multiplexor.rc b/mail/mimedefang/pkg/mimedefang_multiplexor.rc index fa58acacd98..e7742e4dd12 100755 --- a/mail/mimedefang/pkg/mimedefang_multiplexor.rc +++ b/mail/mimedefang/pkg/mimedefang_multiplexor.rc @@ -1,9 +1,9 @@ #!/bin/sh # -# $OpenBSD: mimedefang_multiplexor.rc,v 1.7 2012/09/18 15:34:39 ajacoutot Exp $ +# $OpenBSD: mimedefang_multiplexor.rc,v 1.8 2012/10/25 14:03:47 ajacoutot Exp $ daemon="${TRUEPREFIX}/bin/mimedefang-multiplexor" -daemon_flags="-G -U _mdefang -E -l -m 2 -b 600 -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid" +daemon_flags="-G -U _mdefang -E -l -m 2 -x 10 -b 600 -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid" . /etc/rc.d/rc.subr