Use quiet mode when checking emerge-webrsync

This commit is contained in:
mboelen 2014-09-25 19:10:58 +02:00
parent c5ce09af9f
commit 616209560f
1 changed files with 3 additions and 3 deletions

View File

@ -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
#