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:
Diffstat (limited to 'include/helper_show')
-rw-r--r--include/helper_show9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/helper_show b/include/helper_show
index 3e1b130c..b78da175 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -265,14 +265,15 @@ if [ $# -gt 0 ]; then
fi
;;
"eol")
+ ${ECHOCMD} "Operating-system=${OS_FULLNAME}"
if [ ${EOL} -eq 0 ]; then
- ${ECHOCMD} "OS end-of-life: No"
+ ${ECHOCMD} "End-of-life=No"
elif [ ${EOL} -eq 1 ]; then
- ${ECHOCMD} "OS end-of-life: Yes"
+ ${ECHOCMD} "End-of-life=Yes"
elif [ ${EOL} -eq 255 ]; then
- ${ECHOCMD} "OS end-of-life: Not tested"
+ ${ECHOCMD} "End-of-life=Not tested"
else
- ${ECHOCMD} "OS end-of-life: Unknown"
+ ${ECHOCMD} "End-of-life=Unknown"
fi
;;
"groups")