svn commit: r475283 - in branches/2018Q3/emulators/virtualbox-ose: . files

Bryan Drewery bdrewery at FreeBSD.org
Tue Jul 24 23:24:00 UTC 2018


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}"


More information about the svn-ports-all mailing list