Files
ports/emulators/open-vm-tools/files/patch-scripts_common_vm-support
T
Takefu abd2d04998 emulators/open-vm-*: Update to 13.0.5 + fixes
- Update to 13.0.5 [1]
- Fix build on CURRENT after retirement of NULLVP, VREF and VCALL macros
- Move configuration files from /etc to $PREFIX/etc [2]

PR:		287729 [1], 289927, 269008 [2]
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2025-10-06 17:58:39 -03:00

12 lines
414 B
Plaintext

--- scripts/common/vm-support.orig 2025-06-19 04:05:18 UTC
+++ scripts/common/vm-support
@@ -397,7 +397,7 @@ banner "Collecting support information..."
# Common stuff that we gather for all OSes.
runcmd "/tmp/vm-support-version.txt" echo vm-support version: $VER
-addfiles /etc/vmware-tools
+addfiles %%PREFIX%%/etc/vmware-tools
addfiles /var/log/boot*
addfiles /var/log/secure*
addfiles /var/log/messages*