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>2019-05-16 16:23:23 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-05-16 16:23:23 +0300
commit8e61275ff496c4b2170379410106ebc5e903e1ef (patch)
tree591562bd662c221a03e3e0fc4379ff083b0bf31e /include/tests_ports_packages
parentdc2962955e2e2a4a257b7b45799c7c9426e85721 (diff)
Move state recording to report section
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 4bc75faa..2d8b997e 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -1340,13 +1340,6 @@
#################################################################################
#
-
-if [ ! -z "${INSTALLED_PACKAGES}" ]; then Report "installed_packages_array=${INSTALLED_PACKAGES}"; fi
-
-Report "package_audit_tool=${PACKAGE_AUDIT_TOOL}"
-Report "package_audit_tool_found=${PACKAGE_AUDIT_TOOL_FOUND}"
-Report "vulnerable_packages_found=${VULNERABLE_PACKAGES_FOUND}"
-
WaitForKeyPress
#