From: Katy Feng Date: Fri, 23 Dec 2022 00:25:50 +0000 (-0800) Subject: Inclusive terminology - "disabled" X-Git-Tag: stable-12.2.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=264c9c4cd4d8fbd06abaa3dc9266e4e16d2380d2;p=thirdparty%2Fopen-vm-tools.git Inclusive terminology - "disabled" Partial "disabled" clean-up: - Change comments from "disable(d)" to "deactivate(d)" - Change comments from "enable" to "activate" for grammar consistency --- diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index a7d994c38..e5a03a9c9 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -62,7 +62,7 @@ # vmusr.TMPDIR=/vmware/vmusr/temp [logging] -# set to false to disable logging +# set to false to turn off logging #log = true # Log destinations for various services @@ -157,7 +157,7 @@ #vmvss.level = debug #vmvss.handler = vmx -# Default 4096, 0=> disable log caching +# Default 4096, 0=> deactivate log caching #maxCacheEntries=4096 @@ -204,16 +204,16 @@ [guestinfo] -# Set to true to disable the perf monitor. +# Set to true to deactivate the perf monitor. #disable-perf-mon=false -# Set to true to disable DiskInfo. +# Set to true to deactivate DiskInfo. #disable-query-diskinfo=false -# User-defined poll interval in seconds. Set to 0 to disable polling. +# User-defined poll interval in seconds. Set to 0 to deactivate polling. #poll-interval=30 -# User-defined stats interval in seconds. Set to 0 to disable stats collection. +# User-defined stats interval in seconds. Set to 0 to deactivate stats collection. #stats-interval=20 # Whether stat results should be written to the log. @@ -251,9 +251,9 @@ # to distribute a 'VMware Tools Configuration File' (tools.conf) via the # GuestStore for multiple VMs at scale. -# Defines the configuration to enable/disable the GlobalConf module. -# Set to true to enable the module. -# Set to false to disable the module. Default false. +# Defines the configuration to activate/deactivate the GlobalConf module. +# Set to true to enable(activate) the module. +# Set to false to deactivate the module. Default false. #enabled=false # Defines a custom GlobalConf poll interval (in seconds). @@ -273,7 +273,7 @@ # The plugin polls at regular interval and triggers action add/remove for # all the known and enabled components in the componentMgr plugin. -# Default and minimum polling interval in seconds (0 => polling disabled) +# Default and minimum polling interval in seconds (0 => polling deactivated) #poll-interval=180 # Comma separated list of components managed by the plugin. If not specified, @@ -287,10 +287,10 @@ # This plugin collects info about running applications in guest OS. -# Set to true to disable the appinfo plugin. +# Set to true to deactivate the appinfo plugin. #disabled=false -# User-defined poll interval in seconds. Set to 0 to disable the plugin. +# User-defined poll interval in seconds. Set to 0 to deactivate the plugin. #poll-interval=21600 # For Windows guest, set to true to use WMI for getting the application @@ -305,7 +305,7 @@ # This plugin collects info about running containers in guest OS. -# User-defined poll interval in seconds. Set to 0 to disable the plugin. +# User-defined poll interval in seconds. Set to 0 to deactivate the plugin. #poll-interval=21600 # Maximum number of containers to be retrieved per namespace. @@ -330,7 +330,7 @@ # This plugin provides admins with additional info for better VM management. -# Set to true to disable the servicediscovery plugin. +# Set to true to deactivate the servicediscovery plugin. #disabled=false [unity] @@ -428,7 +428,7 @@ [guestoperations] -# to disable all guest ops +# to deactivate all guest ops #disabled=false # Whether to use vgauth for guest op authentication @@ -452,7 +452,7 @@ [deployPkg] -# to disable guest customization +# to deactivate guest customization #enable-customization=false # This "wait-cloudinit-timeout" option controls how long does guest @@ -462,7 +462,7 @@ # execution done within this option's value in seconds. # If cloud-init is still running beyond this option's value in seconds, guest # customization will continue executing regardless cloud-init execution status. -# Minimum valid value is 0 second, set to 0 to disable waiting. +# Minimum valid value is 0 second, set to 0 to deactivate waiting. # Maximum valid value is 1800 seconds (30 minutes). # Default value is 30 seconds. #wait-cloudinit-timeout=30 @@ -471,7 +471,7 @@ # The carbonblack helper plugin is only available for Windows. -# User-defined poll interval in seconds. Set to 0 to disable polling. +# User-defined poll interval in seconds. Set to 0 to deactivate polling. #poll-interval=60 [gueststoreupgrade] @@ -480,7 +480,7 @@ # The policy value is one of the settings listed below. # off = no VMware Tools upgrade from GuestStore. Feature is -# disabled. +# deactivated. # manual = (Default) VMware Tools upgrade from GuestStore is # manually started. # powercycle = VMware Tools upgrade from GuestStore on system @@ -490,7 +490,7 @@ # Time interval for periodically checking available VMware Tools package # version in the GuestStore. -# User-defined poll interval in seconds. Set to 0 to disable polling. +# User-defined poll interval in seconds. Set to 0 to deactivate polling. # Minimum valid value is 900 seconds (15 minutes) # Default value is 3600 seconds (60 minutes) #poll-interval=3600 @@ -506,5 +506,5 @@ # The deviceHelper plugin is only available for Windows. -# Set to true to disable the deviceHelper plugin. +# Set to true to deactivate the deviceHelper plugin. #disabled=false