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>2014-09-25 21:10:58 +0400
committermboelen <michael@cisofy.com>2014-09-25 21:10:58 +0400
commit616209560f3feadf0fbaa253cafde4f1af56d8fd (patch)
treeb928fab2de0c9cf106efdde701b886db470adc52 /include/tests_ports_packages
parentc5ce09af9f6904931de9423f3422d488ab2d7d34 (diff)
Use quiet mode when checking emerge-webrsync
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 188c8470..2196edc9 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -807,7 +807,7 @@
# others require potential firewall ports to be open, outbound. This is the
# "most friendly" way.
logtext "Action: updating portage with emerge-webrsync"
- /usr/bin/emerge-webrsync
+ /usr/bin/emerge-webrsync --quiet 2> /dev/null
logtext "Result: emerge-webrsync finished"
logtext "Test: checking if /usr/bin/glsa-check exists"
if [ -x /usr/bin/glsa-check ]; then
@@ -834,8 +834,8 @@
fi
fi
else
- logtext "Result: glsa-check not found"
- ReportSuggestion ${TEST_NO} "glsa-check not found. Emerge the gentoolkit package to install this utility."
+ logtext "Result: glsa-check tool not found"
+ ReportSuggestion ${TEST_NO} "Use Emerge to install the gentoolkit package, which includes glsa-check tool for additional security checks."
fi
fi
#