summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/x86/2.6/profile.bashrc')
-rw-r--r--profiles/hardened/x86/2.6/profile.bashrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/hardened/x86/2.6/profile.bashrc b/profiles/hardened/x86/2.6/profile.bashrc
new file mode 100644
index 000000000000..e2dff2243109
--- /dev/null
+++ b/profiles/hardened/x86/2.6/profile.bashrc
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/2.6/profile.bashrc,v 1.1 2009/03/24 17:29:22 gengor Exp $
+
+if [[ "${EBUILD_PHASE}" == "setup" ]]
+then
+ echo
+ ewarn "The hardened/x86/2.6 profile is deprecated. This profile has been"
+ ewarn "pushed down to hardened/x86. Please update your /etc/make.profile"
+ ewarn "symlink to use the hardened/x86 profile. See: eselect profile list"
+ echo
+fi