diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 01:52:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-04 01:52:13 +0000 |
commit | 2960c40ded96ae0c988994286d1415548834bf9c (patch) | |
tree | 8e24483c78acf7ae058baa02115de7ffce846fcf | |
parent | 2fdb26f026d7a96299bef15a4b9bb3b3dc318398 (diff) | |
download | portage-2960c40ded96ae0c988994286d1415548834bf9c.tar.gz portage-2960c40ded96ae0c988994286d1415548834bf9c.tar.bz2 portage-2960c40ded96ae0c988994286d1415548834bf9c.zip |
add some URLs for people to learn more
svn path=/main/trunk/; revision=2808
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 764a59b9a..70df2ba65 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1133,6 +1133,7 @@ dyn_install() { echo " work at startup, waste system resources, and may pose a security" echo " risk. On some architectures, the code may not even function" echo " properly, if at all." + echo " For more information, see http://hardened.gentoo.org/pic-fix-guide.xml" echo " Please include this file in your report:" echo " ${T}/scanelf-textrel.log" echo "${f}" @@ -1158,6 +1159,7 @@ dyn_install() { echo " Files with executable stacks will not work properly (or at all!)" echo " on some architectures/operating systems. A bug should be filed" echo " at http://bugs.gentoo.org/ to make sure the file is fixed." + echo " For more information, see http://hardened.gentoo.org/gnu-stack.xml" echo " Please include this file in your report:" echo " ${T}/scanelf-exec.log" echo "${f}" |