diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-09 18:40:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-04-09 18:40:48 +0000 |
commit | f2631015ebe2eb1055951310454f5562bd3c5d15 (patch) | |
tree | ae22cb2e1d0033dac2b4ad94bac25f9f35b05da4 /profiles/targets | |
parent | Add new build with support for language stemming (diff) | |
download | historical-f2631015ebe2eb1055951310454f5562bd3c5d15.tar.gz historical-f2631015ebe2eb1055951310454f5562bd3c5d15.tar.bz2 historical-f2631015ebe2eb1055951310454f5562bd3c5d15.zip |
Move the profile.bashrc from the main server profile to the individual architecture profiles under default/linux where it is appropriate.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/server/profile.bashrc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/profiles/targets/server/profile.bashrc b/profiles/targets/server/profile.bashrc deleted file mode 100644 index 3d70c0099a16..000000000000 --- a/profiles/targets/server/profile.bashrc +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/server/profile.bashrc,v 1.1 2008/04/01 17:41:37 wolf31o2 Exp $ - -if [[ "${EBUILD_PHASE}" == "setup" ]] -then - if [[ "${ARCH}" == "amd64" ]] || [[ "${ARCH}" == "ppc" ]] || \ - [[ "${ARCH}" == "ppc64" ]] || [[ "${ARCH}" == "x86" ]] - then - if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]] - then - ewarn "This profile has not been tested thoroughly and is not considered to be" - ewarn "a supported server profile at this time. For a supported server" - ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)." - echo - ewarn "This profile is merely a convenience for people who require a more" - ewarn "minimal profile, yet are unable to use hardened due to restrictions in" - ewarn "the software being used on the server. This profile should also be used" - ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this" - ewarn "applies to you, then it doesn't and you should probably be using" - ewarn "Hardened, instead." - echo - fi - fi -fi |