From: Zac Medico Date: Sat, 6 Sep 2008 22:57:28 +0000 (-0000) Subject: Don't mention log files in $T for eqawarn messages since the logs are likely X-Git-Tag: v2.2_rc9~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7636a47fc235c48f0ea8752b078f987e79ec43e6;p=portage.git Don't mention log files in $T for eqawarn messages since the logs are likely to get removed and the user can just use the log from elog anyway. Thanks to Jeremy Olexa for the suggestion. svn path=/main/trunk/; revision=11498 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 1a0af4490..cc90034a3 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -106,8 +106,7 @@ install_qa_check() { eqawarn " risk. On some architectures, the code may not even function" eqawarn " properly, if at all." eqawarn " For more information, see http://hardened.gentoo.org/pic-fix-guide.xml" - eqawarn " Please include this file in your report:" - eqawarn " ${T}/scanelf-textrel.log" + eqawarn " Please include the following list of files in your report:" eqawarn "${f}" vecho -ne '\a\n' die_msg="${die_msg} textrels," @@ -151,8 +150,7 @@ install_qa_check() { eqawarn " on some architectures/operating systems. A bug should be filed" eqawarn " at http://bugs.gentoo.org/ to make sure the file is fixed." eqawarn " For more information, see http://hardened.gentoo.org/gnu-stack.xml" - eqawarn " Please include this file in your report:" - eqawarn " ${T}/scanelf-execstack.log" + eqawarn " Please include the following list of files in your report:" eqawarn "${f}" vecho -ne '\a\n' die_msg="${die_msg} execstacks" @@ -187,8 +185,7 @@ install_qa_check() { if [[ -n ${f} ]] ; then vecho -ne '\a\n' eqawarn "${BAD}QA Notice: Files built without respecting LDFLAGS have been detected${NORMAL}" - eqawarn " Please include this file in your report:" - eqawarn " ${T}/scanelf-ignored-LDFLAGS.log" + eqawarn " Please include the following list of files in your report:" eqawarn "${f}" vecho -ne '\a\n' sleep 1