Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-03-17 20:11:03 +0300
committermboelen <michael@cisofy.com>2016-03-17 20:11:03 +0300
commit39f24a57b92d3c7e7029ff9f65cb9e558fe9bb89 (patch)
treea2fff0f0e0001f1afa9cd327195f9bd3495cf509
parent2b6284fb0f2bd42474f639dd81f93f708d3e3220 (diff)
Add Gentoo as Linux version
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
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