]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Inclusive terminology - "disabled"
authorKaty Feng <fkaty@vmware.com>
Fri, 23 Dec 2022 00:25:50 +0000 (16:25 -0800)
committerKaty Feng <fkaty@vmware.com>
Fri, 23 Dec 2022 00:25:50 +0000 (16:25 -0800)
Partial "disabled" clean-up:
- Change comments from "disable(d)" to "deactivate(d)"
- Change comments from "enable" to "activate" for grammar consistency

open-vm-tools/tools.conf

index a7d994c3834b52f85bbc35f2bda61f85a5cd325b..e5a03a9c931d57698958a5605e8ecbc2c337f0c3 100644 (file)
@@ -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
 #vmvss.level = debug
 #vmvss.handler = vmx
 
-# Default 4096, 0=> disable log caching
+# Default 4096, 0=> deactivate log caching
 #maxCacheEntries=4096
 
 
 
 [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.
 # 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).
 # 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,
 
 # 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
 
 # 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.
 
 # 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]
 
 [guestoperations]
 
-# to disable all guest ops
+# to deactivate all guest ops
 #disabled=false
 
 # Whether to use vgauth for guest op authentication
 
 [deployPkg]
 
-# to disable guest customization
+# to deactivate guest customization
 #enable-customization=false
 
 # This "wait-cloudinit-timeout" option controls how long does guest
 # 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
 
 # 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]
 
 # 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
 
 # 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
 
 # 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