Fix pexp.

This commit is contained in:
ajacoutot 2015-07-15 20:45:24 +00:00
parent aded81de30
commit 7168f2aaf3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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