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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-04-15 20:20:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-04-15 20:20:51 +0300
commit1d829294d384aef7ccd26ef0061f642b3e47320f (patch)
tree517a838ef037fa52e7158a7ed1fd28d6383a754b /lynis
parent2855e8503e67b4d2775df6c2bb177826d04004b6 (diff)
Enhanced logging
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 3 insertions, 0 deletions
diff --git a/lynis b/lynis
index 66aa36e4..d7121e5a 100755
--- a/lynis
+++ b/lynis
@@ -613,6 +613,9 @@ ${NORMAL}
if [ ${EOL} -eq 1 ]; then
echo " End-of-life: ${WARNING}YES${NORMAL}"
ReportWarning "GEN-0010" "This version ${OS_VERSION} is marked end-of-life as of ${EOL_DATE}"
+ elif [ ${EOL} -eq 255 ]; then
+ # TODO - mark as item where community can provide help
+ LogText "Note: the end-of-life of '${OS_FULLNAME}' could not be checked. Entry missing in software-eol.db?"
fi
if [ ! -z "${OS_MODE}" ]; then echo " Operating system mode: ${OS_MODE}"; fi