summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2016-09-07 21:35:38 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2016-09-07 21:35:38 +0000
commite60871787d8c1ed56cb03f32b3c1be1fb331f9f3 (patch)
treec0da17343b04930a102a6f17d9a54f98ac41e54e /emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
parentUpdate to 1.9.0 (diff)
Update to 5.1.4.
Notes
Notes: svn path=/head/; revision=421521
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh')
-rw-r--r--emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
index 9517f2d22342..cebabd64d010 100644
--- a/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
+++ b/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
@@ -1,6 +1,6 @@
---- src/VBox/Installer/freebsd/VBox.sh.orig 2015-04-10 22:01:18.704382000 -0700
-+++ src/VBox/Installer/freebsd/VBox.sh 2015-04-10 22:13:19.896371000 -0700
-@@ -0,0 +1,61 @@
+--- src/VBox/Installer/freebsd/VBox.sh.orig 2016-08-27 05:10:34 UTC
++++ src/VBox/Installer/freebsd/VBox.sh
+@@ -0,0 +1,64 @@
+#!/bin/sh
+#
+# Oracle VM VirtualBox startup script, FreeBSD hosts.
@@ -53,6 +53,9 @@
+ VBoxBalloonCtrl|vboxballoonctrl)
+ exec "$INSTALL_DIR/VBoxBalloonCtrl" "$@"
+ ;;
++ VBoxBugReport|vboxbugreport)
++ exec "$INSTALL_DIR/VBoxBugReport" "$@"
++ ;;
+ vboxwebsrv)
+ exec "$INSTALL_DIR/vboxwebsrv" "$@"
+ ;;