Fix pexp.
This commit is contained in:
parent
7c8b03fb03
commit
05db302ead
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.77 2015/07/14 19:10:45 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.78 2015/07/15 22:35:43 ajacoutot Exp $
|
||||
|
||||
COMMENT= robust and small HTTP server and mail proxy server
|
||||
|
||||
VERSION= 1.9.3
|
||||
DISTNAME= nginx-${VERSION}
|
||||
CATEGORIES= www
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES0= http://dropbox.eait.uq.edu.au/uqdgwynn/distfiles/
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: nginx.rc,v 1.10 2014/08/26 19:43:59 robert Exp $
|
||||
# $OpenBSD: nginx.rc,v 1.11 2015/07/15 22:35:43 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/sbin/nginx"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="nginx:.*master.*process.*$daemon"
|
||||
pexp="nginx: master process ${daemon} ${daemon_flags:+ ${daemon_flags}}"
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user