]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source files not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Dec 2021 20:48:50 +0000 (12:48 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Dec 2021 20:48:50 +0000 (12:48 -0800)
open-vm-tools/lib/include/guest_os.h
open-vm-tools/lib/misc/hostinfoPosix.c

index 0607c8930dab27087885b2d3dba224189b7aec1e..00537532c7af2d96d64e26945cc8f481b3149c8d 100644 (file)
@@ -320,7 +320,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 #define STR_OS_MANDRAKE_FULL      "Mandrake Linux"
 #define STR_OS_MANDRIVA           "mandriva"
 #define STR_OS_MKLINUX            "MkLinux"
-#define STR_OS_NOVELL             "nld9"
+#define STR_OS_NOVELL             "nld"
 #define STR_OS_NOVELL_FULL        "Novell Linux Desktop 9"
 #define STR_OS_ORACLE             "oraclelinux"
 #define STR_OS_OTHER_LINUX        "otherlinux"
index 6744a684227fe0340a90bb476b36febfaa816727..ab9271744b7eac0f84393925f3cfe04da44565ca 100644 (file)
@@ -1178,9 +1178,9 @@ static const ShortNameSet suseEnterpriseShortNameArray[] = {
  */
 
 static const ShortNameSet suseShortNameArray[] = {
-   { "sun",           STR_OS_SUN_DESK,  HostinfoGenericSetShortName },
-   { "novell",        STR_OS_NOVELL   HostinfoGenericSetShortName },
-   { NULL,            NULL,             NULL                        } // MUST BE LAST
+   { "sun",           STR_OS_SUN_DESK,     HostinfoGenericSetShortName },
+   { "novell",        STR_OS_NOVELL "9",   HostinfoGenericSetShortName },
+   { NULL,            NULL,                NULL                        } // MUST BE LAST
 };