aboutsummaryrefslogtreecommitdiffstats
path: root/community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch')
-rw-r--r--community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch b/community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch
index 349d70dd579..5b4a30245cc 100644
--- a/community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch
+++ b/community/open-vm-tools/0001-lib-misc-Recognize-Alpine-Linux.patch
@@ -23,15 +23,16 @@ diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/gu
diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c
--- a/open-vm-tools/lib/misc/hostinfoPosix.c
+++ b/open-vm-tools/lib/misc/hostinfoPosix.c
-@@ -182,6 +182,7 @@
+@@ -185,6 +185,7 @@
/* KEEP SORTED! (sort -d) */
static const DistroInfo distroArray[] = {
+ { "ALT", "/etc/altlinux-release" },
+ { "Alpine", "/etc/alpine-release" },
{ "Annvix", "/etc/annvix-release" },
{ "Arch", "/etc/arch-release" },
{ "Arklinux", "/etc/arklinux-release" },
-@@ -895,6 +896,8 @@
+@@ -905,6 +906,8 @@
Str_Strcpy(distroShort, STR_OS_TURBO, distroShortSize);
} else if (strstr(distroLower, "sun")) {
Str_Strcpy(distroShort, STR_OS_SUN_DESK, distroShortSize);