mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
17 lines
894 B
Text
17 lines
894 B
Text
--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2021-01-07 15:34:29 UTC
|
|
+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient
|
|
@@ -30,9 +30,9 @@ elif test -z "${SSH_CONNECTION}"; then
|
|
# 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 --seamless
|
|
- /usr/bin/VBoxClient --draganddrop
|
|
- /usr/bin/VBoxClient --vmsvga # In case VMSVGA emulation is enabled
|
|
+ /usr/local/bin/VBoxClient --clipboard
|
|
+ /usr/local/bin/VBoxClient --checkhostversion
|
|
+ /usr/local/bin/VBoxClient --seamless
|
|
+ /usr/local/bin/VBoxClient --draganddrop
|
|
+ /usr/local/bin/VBoxClient --vmsvga # In case VMSVGA emulation is enabled
|
|
fi
|