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:
authoralobodzinski <lobo@dzinski.net>2016-08-04 15:24:44 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-04 15:24:44 +0300
commit1d63d89dfdda41f15e1c3aa55f4a38fdac01526e (patch)
tree4699178b9cda4a4eee27981e2f874b79f21aa069
parent61b690053f9486c3cb84aad2fdc6e5d7a041308b (diff)
OS_KERNELVERSION_FULL is set only on Linux, OS_KERNELVERSION is not set on AIX, HP-UX, and Solaris (#254)
Set initial values
-rw-r--r--include/consts5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 8271a4b8..8dda8540 100644
--- a/include/consts
+++ b/include/consts
@@ -138,7 +138,10 @@ unset LANG
NTPD_ROLE=""
OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY=0
ORACLE_RUNNING=0
- OS=""; OS_MODE=""
+ OS=""
+ OS_KERNELVERSION=""
+ OS_KERNELVERSION_FULL=""
+ OS_MODE=""
OS_REDHAT_OR_CLONE=0
OSIRISBINARY=""
PACMANBINARY=""