diff options
-rwxr-xr-x | bin/misc-functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 6d96f681a..f7ce2270b 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -152,6 +152,8 @@ install_qa_check() { 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 the following list of files in your report:" + eqawarn " Note: Bugs should be filed for the respective maintainers" + eqawarn " of the package in question and not hardened@" eqawarn "${f}" vecho -ne '\a\n' die_msg="${die_msg} execstacks" |