Fix pexp.

This commit is contained in:
ajacoutot 2015-07-15 19:49:41 +00:00
parent ec95e9a8cb
commit d1d2d71ce3
2 changed files with 4 additions and 3 deletions

View File

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

View File

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