From 39f24a57b92d3c7e7029ff9f65cb9e558fe9bb89 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 17 Mar 2016 18:11:03 +0100 Subject: Add Gentoo as Linux version --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index ed117044..3906300b 100644 --- a/include/osdetection +++ b/include/osdetection @@ -172,7 +172,7 @@ # E-smith if [ -e "/etc/e-smith-release" ]; then OS_FULLNAME=`cat /etc/e-smith-release`; fi # Gentoo - if [ -e "/etc/gentoo-release" ]; then OS_FULLNAME=`cat /etc/gentoo-release`; fi + if [ -e "/etc/gentoo-release" ]; then LINUX_VERSION="Gentoo"; OS_FULLNAME=`cat /etc/gentoo-release`; fi # Red Hat and others if [ -e "/etc/redhat-release" ]; then -- cgit v1.2.3