svn commit: r475282 - in head/emulators/virtualbox-ose: . files

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


Author: bdrewery
Date: Tue Jul 24 23:22:27 2018
New Revision: 475282
URL: https://svnweb.freebsd.org/changeset/ports/475282

Log:
  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

Modified:
  head/emulators/virtualbox-ose/Makefile
  head/emulators/virtualbox-ose/files/vboxheadless.in

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

Modified: head/emulators/virtualbox-ose/files/vboxheadless.in
==============================================================================
--- head/emulators/virtualbox-ose/files/vboxheadless.in	Tue Jul 24 23:17:08 2018	(r475281)
+++ head/emulators/virtualbox-ose/files/vboxheadless.in	Tue Jul 24 23:22:27 2018	(r475282)
@@ -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