From 9eec58a1f1bce34701e8560559c6d11ef0e06354 Mon Sep 17 00:00:00 2001 From: Javier Pastor Date: Sat, 15 Jun 2024 18:41:54 +0200 Subject: [PATCH] Fix metod detect Linux Gentoo. --- os_list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_list.txt b/os_list.txt index d4b3c81a8..c2559d3a9 100644 --- a/os_list.txt +++ b/os_list.txt @@ -330,7 +330,7 @@ Corvus Latinux 8.0 redhat-linux 7.1 `cat /etc/latinux-release 2>/dev/null` =~ Immunix Linux $1 redhat-linux $1 $etc_issue =~ /Immunix.*\s([0-9\.]+)/i || `cat /etc/immunix-release 2>/dev/null` =~ /([0-9\.]+)/ # All versions of Gentoo (which don't appear to have version numbers) -Gentoo Linux Any version gentoo-linux * -d "/usr/portage" +Gentoo Linux Any version gentoo-linux * -d "/usr/portage" || `cat /etc/os-release 2>/dev/null` =~ /gentoo/ # Secure Linux (now called Trustix?) Secure Linux 1.0 redhat-linux 7.2 `cat /etc/securelinux-release 2>/dev/null` =~ /SecureLinux.*1\.0/i