mirror of https://github.com/CISOfy/lynis.git
Add Gentoo as Linux version
This commit is contained in:
parent
2b6284fb0f
commit
39f24a57b9
|
@ -172,7 +172,7 @@
|
||||||
# E-smith
|
# E-smith
|
||||||
if [ -e "/etc/e-smith-release" ]; then OS_FULLNAME=`cat /etc/e-smith-release`; fi
|
if [ -e "/etc/e-smith-release" ]; then OS_FULLNAME=`cat /etc/e-smith-release`; fi
|
||||||
# Gentoo
|
# 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
|
# Red Hat and others
|
||||||
if [ -e "/etc/redhat-release" ]; then
|
if [ -e "/etc/redhat-release" ]; then
|
||||||
|
|
Loading…
Reference in New Issue