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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-26 17:00:36 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-26 17:00:36 +0300
commitd23e4b0fa5854b2b249c09e118a1bfea1fe59763 (patch)
tree117a9de50987e54f28d3de06bf0b184a8ac120ca /include/report
parent2d2398714a13ddf0e87cf1ea509cd0481aaaec33 (diff)
Changed header and footer of screen output
Diffstat (limited to 'include/report')
-rw-r--r--include/report9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/report b/include/report
index 2389053f..a2c23ef9 100644
--- a/include/report
+++ b/include/report
@@ -240,7 +240,7 @@
echo "================================================================================"
fi
- echo ""; echo ""
+ echo ""
fi
fi
@@ -249,13 +249,14 @@
Report "hardening_index=${HPINDEX}"
if [ ${QUIET} -eq 0 ]; then
- echo " ${PROGRAM_NAME} ${PROGRAM_VERSION}"
- echo " Auditing, hardening and compliance for Linux, Mac OS and Unix systems"
+ echo " ${WHITE}${PROGRAM_NAME}${NORMAL} ${PROGRAM_VERSION}"
+ echo ""
+ echo " Auditing, system hardening, and compliance for UNIX-based systems"
+ echo " (Linux, macOS, BSD, and others)"
echo ""
echo " ${PROGRAM_COPYRIGHT}"
echo " ${WHITE}${PROGRAM_EXTRAINFO}${NORMAL}"
echo ""
- echo ""
echo "================================================================================"
fi