add -E (embedded Perl interpreter) to default mimedefang-multiplexor

flags; remove groff requirement while here.

ok ajacoutot@
This commit is contained in:
okan 2012-08-21 13:45:31 +00:00
parent c5344cf55e
commit e2f56a05fa
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.25 2012/06/21 05:57:43 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2012/08/21 13:45:31 okan Exp $
COMMENT= mailfilter to identify and mark spam
DISTNAME= mimedefang-2.73
REVISION= 2
REVISION= 3
CATEGORIES= mail
HOMEPAGE= http://www.mimedefang.org/
@ -32,7 +32,6 @@ CONFIGURE_ARGS= --with-user=_mdefang \
--disable-anti-virus \
--enable-poll
USE_GROFF = Yes
NO_REGRESS= Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/mimedefang

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $OpenBSD: mimedefang_multiplexor.rc,v 1.5 2012/05/31 18:31:42 ajacoutot Exp $
# $OpenBSD: mimedefang_multiplexor.rc,v 1.6 2012/08/21 13:45:31 okan Exp $
daemon="${TRUEPREFIX}/bin/mimedefang-multiplexor"
daemon_flags="-U _mdefang -l -m 2 -b 600 -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid"
daemon_flags="-U _mdefang -E -l -m 2 -b 600 -p /var/spool/MIMEDefang/mimedefang-multiplexor.pid"
. /etc/rc.d/rc.subr