From owner-svn-ports-all@freebsd.org Tue Jul 24 23:23:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAF3D1058B5F; Tue, 24 Jul 2018 23:23:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 855EC848EE; Tue, 24 Jul 2018 23:23:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62DA712508; Tue, 24 Jul 2018 23:23:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6ONNxen048025; Tue, 24 Jul 2018 23:23:59 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6ONNxHh048022; Tue, 24 Jul 2018 23:23:59 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201807242323.w6ONNxHh048022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 24 Jul 2018 23:23:59 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in branches/2018Q3/emulators/virtualbox-ose: . files X-SVN-Commit-Revision: 475283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 23:24:00 -0000 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}"