mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
17 lines
827 B
Text
17 lines
827 B
Text
--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2015-02-12 11:08:13.000000000 -0500
|
|
+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient 2015-02-12 14:38:40.689104000 -0500
|
|
@@ -28,9 +28,9 @@
|
|
# This script can also be triggered by a connection over SSH, which is not
|
|
# what we had in mind, so we do not start VBoxClient in that case. We do
|
|
# not use "exit" here as this script is "source"d, not executed.
|
|
- /usr/bin/VBoxClient --clipboard
|
|
- /usr/bin/VBoxClient --checkhostversion
|
|
- /usr/bin/VBoxClient --display
|
|
- /usr/bin/VBoxClient --seamless
|
|
- /usr/bin/VBoxClient --draganddrop
|
|
+ /usr/local/bin/VBoxClient --clipboard
|
|
+ /usr/local/bin/VBoxClient --checkhostversion
|
|
+ /usr/local/bin/VBoxClient --display
|
|
+ /usr/local/bin/VBoxClient --seamless
|
|
+ /usr/local/bin/VBoxClient --draganddrop
|
|
fi
|