summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-09-06 22:57:28 +0000
committerZac Medico <zmedico@gentoo.org>2008-09-06 22:57:28 +0000
commit7636a47fc235c48f0ea8752b078f987e79ec43e6 (patch)
treefed9090003ea1e19528e6f8d2377d3b0892155f0 /bin/misc-functions.sh
parentc113722b6e27bb74db705148fd71b8c82108d81e (diff)
downloadportage-7636a47fc235c48f0ea8752b078f987e79ec43e6.tar.gz
portage-7636a47fc235c48f0ea8752b078f987e79ec43e6.tar.bz2
portage-7636a47fc235c48f0ea8752b078f987e79ec43e6.zip
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 <darkside@g.o> for the suggestion. svn path=/main/trunk/; revision=11498
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh9
1 files changed, 3 insertions, 6 deletions
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