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)
This commit is contained in:
ajacoutot 2012-10-25 14:03:47 +00:00
parent 784d9f04f5
commit 2ef10db042
2 changed files with 4 additions and 4 deletions

View File

@ -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/

View File

@ -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