From ffaf864894fb7bfb120130d39de0a55b64888332 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 18 Apr 2014 22:01:22 +0000 Subject: [PATCH] remove a useless rc_bg, from aja@ --- net/unifi/Makefile | 3 ++- net/unifi/pkg/unifi.rc | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/unifi/Makefile b/net/unifi/Makefile index 517ffbfaa24..a2b1f442a12 100644 --- a/net/unifi/Makefile +++ b/net/unifi/Makefile @@ -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 diff --git a/net/unifi/pkg/unifi.rc b/net/unifi/pkg/unifi.rc index b21d4168241..e4d5e0119bc 100644 --- a/net/unifi/pkg/unifi.rc +++ b/net/unifi/pkg/unifi.rc @@ -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() {