Fix pexp.
This commit is contained in:
parent
aded81de30
commit
7168f2aaf3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2015/04/09 19:55:09 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2015/07/15 20:45:24 ajacoutot Exp $
|
||||
|
||||
COMMENT= virus/spam scanning framework
|
||||
|
||||
@ -9,6 +9,7 @@ DISTNAME= MailScanner-${V}.${Vss}
|
||||
PKGNAME= mailscanner-${V}.${Vss:S/-/./}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://s3.amazonaws.com/mailscanner/release/v4/tar/
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://www.mailscanner.info/
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: mailscanner.rc,v 1.1 2011/07/22 19:57:20 sthen Exp $
|
||||
# $OpenBSD: mailscanner.rc,v 1.2 2015/07/15 20:45:24 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/check_mailscanner"
|
||||
daemon_flags="-q"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="perl: MailScanner: (master|killing|starting)"
|
||||
pexp="perl: MailScanner: (master|killing|starting) .*"
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user