Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 23:23:59 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r475283 - in branches/2018Q3/emulators/virtualbox-ose: . files
Message-ID:  <201807242323.w6ONNxHh048022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Jul 24 23:23:58 2018
New Revision: 475283
URL: https://svnweb.freebsd.org/changeset/ports/475283

Log:
  MFH: r475282
  
  vboxheadless: Fix start of specific machine after base r291770.
  
  The vboxheadless rc script has its own pid checking, so the rc.subr
  version in run_rc_command is not needed.
  
  PR:		212074
  
  Approved by:	portmgr (implicit)

Modified:
  branches/2018Q3/emulators/virtualbox-ose/Makefile
  branches/2018Q3/emulators/virtualbox-ose/files/vboxheadless.in
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/emulators/virtualbox-ose/Makefile
==============================================================================
--- branches/2018Q3/emulators/virtualbox-ose/Makefile	Tue Jul 24 23:22:27 2018	(r475282)
+++ branches/2018Q3/emulators/virtualbox-ose/Makefile	Tue Jul 24 23:23:58 2018	(r475283)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.12
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}

Modified: branches/2018Q3/emulators/virtualbox-ose/files/vboxheadless.in
==============================================================================
--- branches/2018Q3/emulators/virtualbox-ose/files/vboxheadless.in	Tue Jul 24 23:22:27 2018	(r475282)
+++ branches/2018Q3/emulators/virtualbox-ose/files/vboxheadless.in	Tue Jul 24 23:23:58 2018	(r475283)
@@ -27,6 +27,7 @@
 
 name="vboxheadless"
 rcvar=vboxheadless_enable
+rc_fast="YES"
 
 command="%%VBOXDIR%%/VBoxHeadless"
 pidbase="/var/run/${name}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807242323.w6ONNxHh048022>