Tweak pexp.
This commit is contained in:
parent
fac001af30
commit
c40b972905
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2015/06/14 09:16:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2015/07/15 23:34:49 ajacoutot Exp $
|
||||
|
||||
COMMENT= distributed RESTful search and analytics
|
||||
|
||||
DISTNAME= elasticsearch-1.6.0
|
||||
CATEGORIES= textproc
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://www.elastic.co/products/elasticsearch
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: elasticsearch.rc,v 1.1.1.1 2014/12/15 17:57:33 jasper Exp $
|
||||
# $OpenBSD: elasticsearch.rc,v 1.2 2015/07/15 23:34:49 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/elasticsearch/bin/elasticsearch"
|
||||
daemon_flags="-d -Des.config=${SYSCONFDIR}/elasticsearch/elasticsearch.yml -p /var/run/elasticsearch/elasticsearch.pid"
|
||||
@ -8,7 +8,7 @@ daemon_user="_elasticsearch"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="$(${LOCALBASE}/bin/javaPathHelper -c elasticsearch).*org.elasticsearch.bootstrap.Elasticsearch"
|
||||
pexp="$(${LOCALBASE}/bin/javaPathHelper -c elasticsearch) .*org.elasticsearch.bootstrap.Elasticsearch"
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user