Fix pexp.
This commit is contained in:
parent
ec95e9a8cb
commit
d1d2d71ce3
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2013/07/05 07:44:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/07/15 19:49:41 ajacoutot Exp $
|
||||
|
||||
COMMENT = management tool for Ubiquiti wireless devices
|
||||
|
||||
DISTNAME = aircontrol-1.4.2-beta
|
||||
PKGNAME = ${DISTNAME:S/-beta/beta/}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: aircontrol.rc,v 1.6 2011/07/01 10:54:53 sthen Exp $
|
||||
# $OpenBSD: aircontrol.rc,v 1.7 2015/07/15 19:49:41 ajacoutot Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/catalina.sh"
|
||||
daemon_flags="-Xmx768M -server"
|
||||
@ -8,7 +8,7 @@ daemon_user="_aircontrol"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
pexp="$(${LOCALBASE}/bin/javaPathHelper -h aircontrol).*-Dcatalina.base=/var/aircontrol"
|
||||
pexp="$(${LOCALBASE}/bin/javaPathHelper -c aircontrol) .*-Dcatalina.base=/var/aircontrol"
|
||||
|
||||
rc_reload=NO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user