]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Resolve merge branch 'stable-11.3.x' conflict in 9 files.
authorJohn Wolfe <jwolfe@vmware.com>
Sat, 19 Jun 2021 06:11:16 +0000 (23:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Sat, 19 Jun 2021 06:11:16 +0000 (23:11 -0700)
open-vm-tools/lib/include/vm_legal.h
open-vm-tools/lib/include/vm_tools_version.h
open-vm-tools/services/vmtoolsd/mainLoop.c
open-vm-tools/toolbox/l10n/zh_TW.vmsg
open-vm-tools/toolbox/toolbox-cmd.c
open-vm-tools/toolbox/toolboxCmdInt.h
open-vm-tools/toolbox/toolboxcmd-config.c
open-vm-tools/toolbox/toolboxcmd-logging.c
open-vm-tools/toolbox/toolboxcmd-scripts.c

index b4d1c601d1d1b3e38f114e70dd9f7ce015819245..a0130e736adc49932a48c7aca0300578af75e5a9 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2006-2021 VMware, Inc. All rights reserved.
+ * Copyright (C) 2006-2020 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
index efdbd61e8bde8611f77e77e779884957de727716..25ba15dee01e5f559e5d5923d4001443bc5a9438 100644 (file)
@@ -1680,16 +1680,9 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_NEXT_V_MNR  3
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
-#ifndef RC_INVOKED
-#define   TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1_V)
-#endif /* RC_INVOKED */
-#define   TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1_V_MJR  11
-#define   TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1_V_MNR  2
-#define   TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1_V_BASE 5
-
-#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1
-#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1)
-#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_CRESCENT_WRENCH_UPDATE1)
+#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT
+#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT)
+#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT)
 
 /*
  * The extended Tools version is the current Tools version with the
index fd515ac63c94f2d97fc03dc1bc31828f5fb5c044..119f974d6f7fb64d744a22ce293c5e87d808004c 100644 (file)
@@ -145,9 +145,6 @@ ToolsCoreCleanup(ToolsServiceState *state)
    if (state->mainService && GuestStoreClient_DeInit()) {
       g_info("%s: De-initialized GuestStore client.\n", __FUNCTION__);
    }
-   if (state->mainService && ToolsNotify_End()) {
-      g_info("%s: End Tools notifications.\n", __FUNCTION__);
-   }
 #endif
 
 #if defined(_WIN32)
index acf78c2c3e2f95f57a5784be393cb808b4ccb558..8bf78f6da2d251f20c96520939e2932c89906c76 100644 (file)
@@ -102,10 +102,6 @@ help.globalconf = "%1$s: 從 GuestStore 管理全域組態下載\n用法: %2$s %
 
 help.gueststore = "%1$s: 從 GuestStore 取得資源內容\n用法: %2$s %3$s <子命令>\n\n僅 ESX 客體的子命令:\n   getcontent < 資源路徑 > < 輸出檔案 >: 從 GuestStore 取得資源內容並儲存至輸出檔案。\n\n<資源路徑> 開頭為 /,代表 GuestStore 中的唯一資源。如果結尾為 /,則預設為擷取基礎的「metadata json」資源。\n\n<輸出檔案> 是要儲存資源內容的目標檔案路徑。\n"
 
-help.globalconf = "%1$s: 從 GuestStore 管理全域組態下載\n使用量: %2$s %3$s <子命令>\n\n僅 ESX 客體的子命令:\n   enable: 啟用全域組態模組。(工具服務已重新啟動)\n   disable: 停用全域組態模組 (工具服務已重新啟動)\n   refresh: 從 GuestStore 觸發全域組態的新下載\n   status: 列印全域組態模組的狀態\n"
-
-help.gueststore = "%1$s: 從 GuestStore 取得資源內容\n使用量: %2$s %3$s <子命令>\n\n僅 ESX 客體的子命令:\n   getcontent < 資源路徑 > < 輸出檔案 >: 從 GuestStore 取得資源內容並儲存至輸出檔案。\n\n<資源路徑> 開頭為 /,代表 GuestStore 中的唯一資源。如果結尾為 /,則預設為擷取基礎的「metadata json」資源。\n\n<輸出檔案> 是要儲存資源內容的目標檔案路徑。\n"
-
 help.hint = "如需詳細資訊,請嘗試「%1$s%2$s%3$s%4$s」。\n"
 
 help.info = "%1$s: 更新主機上的客體資訊\n使用方式: %2$s %3$s update <資訊類別>\n\n子命令:\n   update <資訊類別>: 更新依 <資訊類別> 識別之資訊\n<資訊類別> 可為「network」\n"
@@ -138,22 +134,6 @@ gueststore.error.client_lib = "「%1$s」失敗,GuestStore 用戶端程式庫
 
 gueststore.progress = "\r進度: %1$d%%"
 
-globalconf.refresh.failed  = "「%1$s」失敗,因為 globalconf 模組已停用。\n"
-
-globalconf.start_vmtools = "%1$s: 正在啟動 %2$s 服務。\n"
-
-globalconf.status = "globalconf 模組的狀態為「%1$s」\n"
-
-globalconf.stop_vmtools = "%1$s: 正在停止 %2$s 服務。\n"
-
-globalconf.update_config = "%1$s: 正在更新組態。\n"
-
-gueststore.content_size = "內容大小 (位元組): "
-
-gueststore.error.client_lib = "「%1$s」失敗,GuestStore 用戶端程式庫錯誤: %2$s。\n"
-
-gueststore.progress = "\r進度: %1$d%%"
-
 option.disabled = "已停用"
 
 option.enabled = "已啟用"
index a32948e9b6e9b4d35791735fa7626c02c6de71ff..6bde3747df16d116ec3090b408e14808ee4324b0 100644 (file)
@@ -112,10 +112,6 @@ static CmdTable commands[] = {
 #if defined(_WIN32) || \
    (defined(__linux__) && !defined(OPEN_VM_TOOLS) && !defined(USERWORLD))
    { "upgrade",    Upgrade_Command,    TRUE,  TRUE,  Upgrade_Help},
-   { "gueststore", GuestStore_Command, TRUE,  FALSE, GuestStore_Help},
-#endif
-#if defined(_WIN32)
-   { "globalconf", GlobalConf_Command, TRUE,  TRUE,  GlobalConf_Help},
 #endif
 #if defined(_WIN32) || \
    (defined(__linux__) && !defined(USERWORLD))
index 38407ea6244ced704f79bacdfe88ee07d4400049..9dc4dab2d4668441495d339032879d4238f246eb 100644 (file)
@@ -153,11 +153,6 @@ DECLARE_COMMAND(Config);
 #if defined(_WIN32) || \
    (defined(__linux__) && !defined(OPEN_VM_TOOLS) && !defined(USERWORLD))
 DECLARE_COMMAND(Upgrade);
-DECLARE_COMMAND(GuestStore);
-#endif
-
-#if defined(_WIN32)
-DECLARE_COMMAND(GlobalConf)
 #endif
 
 #if defined(_WIN32) || \
index c512170eb6d591160d5795766ab1a639efd1b0cd..a5c040adb85ad91efa6eef41a1c8b97e8b37dd49 100644 (file)
@@ -29,9 +29,6 @@
 
 #include "conf.h"
 #include "toolboxCmdInt.h"
-#if defined(_WIN32)
-#include "globalConfig.h"
-#endif
 #include "vmware/tools/i18n.h"
 #include "vmware/tools/utils.h"
 #include "vmware/tools/log.h"
index 7295e8c5a12048171ba367b2fb83801023823647..1c23bb7b0377461e10f1e21823ab7c033ab97cd7 100644 (file)
@@ -38,9 +38,6 @@
 
 #include "conf.h"
 #include "toolboxCmdInt.h"
-#if defined(_WIN32)
-#include "globalConfig.h"
-#endif
 #include "vmware/tools/i18n.h"
 #include "vmware/tools/utils.h"
 #include "vmware/tools/log.h"
index 8c488aa6527648d1d85b80c70f94a7e3257d652b..cc6b8c83b5e5bcd19961f1442d3fbf21c9d5a671 100644 (file)
@@ -33,9 +33,6 @@
 #include "guestApp.h"
 #include "system.h"
 #include "toolboxCmdInt.h"
-#if defined(_WIN32)
-#include "globalConfig.h"
-#endif
 #include "vmware/tools/i18n.h"
 #include "vmware/tools/utils.h"