diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-07-25 07:22:27 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-07-25 07:22:27 +0800 |
commit | 05d3bb2740bed91fbc60150d68750a8d44579c0f (patch) | |
tree | 56de980229c088808dd7a9f80d4270408a098b47 /emulators | |
parent | 8684fe7e9efee0d55a945f337b0b199be4c3ec76 (diff) | |
download | freebsd-ports-gnome-05d3bb2740bed91fbc60150d68750a8d44579c0f.tar.gz freebsd-ports-gnome-05d3bb2740bed91fbc60150d68750a8d44579c0f.tar.zst freebsd-ports-gnome-05d3bb2740bed91fbc60150d68750a8d44579c0f.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 | ||||
-rw-r--r-- | emulators/virtualbox-ose/files/vboxheadless.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 7296918cd3b8..0fd2e3075896 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -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} diff --git a/emulators/virtualbox-ose/files/vboxheadless.in b/emulators/virtualbox-ose/files/vboxheadless.in index 442a8be7a040..12c5be979369 100644 --- a/emulators/virtualbox-ose/files/vboxheadless.in +++ b/emulators/virtualbox-ose/files/vboxheadless.in @@ -27,6 +27,7 @@ name="vboxheadless" rcvar=vboxheadless_enable +rc_fast="YES" command="%%VBOXDIR%%/VBoxHeadless" pidbase="/var/run/${name}" |