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-10-15 16:38:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-15 16:38:06 +0300
commitd0d76c44cb2a2792346ac84df06e447b801e43d0 (patch)
treeb1abbca74da6d18d0933f089a4ea435995716b30 /include
parentb936f3b05bd1a0b9a41cb4903b714fa8468db515 (diff)
Improved logging
Diffstat (limited to 'include')
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index f9beaaaa..a20b9106 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -620,7 +620,7 @@
if [ -f /var/db/pkg/pkgs-vulnerabilities ]; then
FIND=`/usr/sbin/pkg_admin audit`
if [ "${FIND}" = "" ]; then
- LogText "Result: pkg audit results are clean"
+ LogText "Result: pkg_admin audit results are clean"
Display --indent 2 --text "- Checking pkg_admin audit to obtain vulnerable packages" --result "${STATUS_NONE}" --color GREEN
AddHP 10 10
else