remove a useless rc_bg, from aja@

This commit is contained in:
sthen 2014-04-18 22:01:22 +00:00
parent 24bf358c6a
commit ffaf864894
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/04/18 21:49:44 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/18 22:01:22 sthen Exp $
COMMENT= Ubiquiti uniFi wireless controller
DISTFILES= unifi-$V{UniFi.unix}.zip
V= 3.1.10
REVISION= 0
PKGNAME= unifi-$V
CATEGORIES= net

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: unifi.rc,v 1.1.1.1 2014/04/18 21:49:44 sthen Exp $
# $OpenBSD: unifi.rc,v 1.2 2014/04/18 22:01:23 sthen Exp $
daemon="${TRUEPREFIX}/share/unifi/lib/ace.jar"
daemon_user="_unifi"
@ -10,7 +10,6 @@ daemon_user="_unifi"
java="$(${LOCALBASE}/bin/javaPathHelper -c unifi)"
pexp="${java} -jar ${daemon} start"
rc_bg=YES
rc_reload=NO
rc_start() {