swap pid for socket (-p) in sample rc script and bump

ok sthen
This commit is contained in:
okan 2008-10-29 14:36:12 +00:00
parent 6ede01210b
commit efcf8e68cd
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2008/10/21 23:28:14 okan Exp $
# $OpenBSD: Makefile,v 1.10 2008/10/29 14:36:12 okan Exp $
COMMENT= mailfilter to identify and mark spam
DISTNAME= mimedefang-2.65
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
HOMEPAGE= http://www.mimedefang.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.mimedefang,v 1.3 2008/10/21 23:28:14 okan Exp $
# $OpenBSD: rc.mimedefang,v 1.4 2008/10/29 14:36:12 okan Exp $
mimedefang=${LOCALBASE}/bin/mimedefang
multiplexor=${LOCALBASE}/bin/mimedefang-multiplexor
@ -24,7 +24,7 @@ if [ -x $mimedefang -a -x $multiplexor ]; then
echo -n " mimedefang"
$mimedefang -U _mdefang -r -s -t \
-p /var/run/mdefang/mimedefang.pid \
-p /var/run/mdefang/mimedefang.socket \
-m /var/run/mdefang/multiplexor.socket
sleep 3 # for socket creation