abd2d04998
- 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")
12 lines
414 B
Plaintext
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*
|