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:
authormboelen <michael@cisofy.com>2016-01-07 14:56:46 +0300
committermboelen <michael@cisofy.com>2016-01-07 14:56:46 +0300
commit4736ad87b9e8946ecb59ff5669c9c187f29cfbc5 (patch)
tree6d5e1caec4c5e393e598fce4cc4f235f7ed242f9 /include/report
parent0d8569dedf45a2d8f5db2fd369d3381dc781f461 (diff)
Replacement of functions and adding newlines
Diffstat (limited to 'include/report')
-rw-r--r--include/report9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/report b/include/report
index 3afac955..f398eed0 100644
--- a/include/report
+++ b/include/report
@@ -74,8 +74,8 @@
esac
HPGRAPH="[${HPCOLOR}${HPBLOCKS}${NORMAL}${HPEMPTY}]"
- logtext "Hardening index : [${HPINDEX}] [${HPBLOCKS}${HPEMPTY}]"
- logtext "Hardening strength: ${HIDESCRIPTION}"
+ LogText "Hardening index : [${HPINDEX}] [${HPBLOCKS}${HPEMPTY}]"
+ LogText "Hardening strength: ${HIDESCRIPTION}"
# Only show overview if not running in quiet mode
@@ -236,16 +236,15 @@
fi
# Report data, even if it is not displayed on screen
- report "hardening_index=${HPINDEX}"
-
+ 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 ""
echo " ${PROGRAM_copyright}"
echo " ${WHITE}${PROGRAM_extrainfo}${NORMAL}"
+ echo ""
echo "================================================================================"
fi