help the script match running processes
ok ajacoutot giovanni (MAINTAINER)
This commit is contained in:
parent
a310b6b382
commit
5ba30b2b93
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/07/20 14:46:20 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2011/09/14 01:59:25 william Exp $
|
||||
|
||||
COMMENT= interface between mailer MTA and content checkers
|
||||
|
||||
DISTNAME= amavisd-new-2.7.0
|
||||
REVISION= 0
|
||||
CATEGORIES= mail security
|
||||
|
||||
HOMEPAGE= http://www.amavis.org/
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: amavisd.rc,v 1.5 2011/03/17 16:49:27 ajacoutot Exp $
|
||||
# $OpenBSD: amavisd.rc,v 1.6 2011/09/14 01:59:25 william Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/amavisd"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="perl: amavisd"
|
||||
pexp="perl: ${daemon}"
|
||||
|
||||
rc_stop() {
|
||||
${daemon} stop
|
||||
|
Loading…
Reference in New Issue
Block a user