From f2631015ebe2eb1055951310454f5562bd3c5d15 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 9 Apr 2008 18:40:48 +0000 Subject: Move the profile.bashrc from the main server profile to the individual architecture profiles under default/linux where it is appropriate. --- profiles/targets/server/profile.bashrc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 profiles/targets/server/profile.bashrc (limited to 'profiles/targets') 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 -- cgit v1.2.3-65-gdbad