]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
vm_support update: gather log files based on the current tools.conf
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 8 Jan 2025 06:05:52 +0000 (22:05 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 8 Jan 2025 06:05:52 +0000 (22:05 -0800)
commita7c7bd3ff8fdf85dac4df1be3d275f22cd8fda0a
tree090b588b5b7036e6ca668d9c42c34b9ea80695db
parentbdd06ce8fc580f0ef8accff5cfc2852fae115aa5
vm_support update: gather log files based on the current tools.conf
configuration

The script's revised logic replaces the <variable>(s) in the data field
value (logfile name) with a wildcard ('*') character, and it escapes the
'$' sign in the sed match pattern to match the '${\<variable>}' syntax
in the data field.

The usage/help message for the subcommand "get \section> [key]" has also
been updated.
open-vm-tools/scripts/common/vm-support
open-vm-tools/toolbox/l10n/en.vmsg
open-vm-tools/toolbox/toolboxcmd-config.c