Added profile.bashrc to tell users of the server profile that they should likely...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 27 Dec 2006 18:26:40 +0000 (18:26 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 27 Dec 2006 18:26:40 +0000 (18:26 +0000)
profiles/default-linux/amd64/2006.1/server/profile.bashrc [new file with mode: 0644]
profiles/default-linux/amd64/ChangeLog

diff --git a/profiles/default-linux/amd64/2006.1/server/profile.bashrc b/profiles/default-linux/amd64/2006.1/server/profile.bashrc
new file mode 100644 (file)
index 0000000..92a97f9
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/server/profile.bashrc,v 1.1 2006/12/27 18:26:40 wolf31o2 Exp $
+
+if [ "${EBUILD_PHASE}" == "setup" ]
+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
index d95b9754aefb9b1224da81bada76d1add8f37824..d476252b932044a7114846b428bd3061eca2fefd 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.45 2006/12/23 14:15:51 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.46 2006/12/27 18:26:39 wolf31o2 Exp $
+
+  27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  +2006.1/server/profile.bashrc:
+  Added profile.bashrc to tell users of the server profile that they should
+  likely be using a Hardened profile.
 
   22 Dec 2006; Danny van Dyk <kugelfang@gentoo.org> make.defaults:
   Added defaults for ALSA_CARDS USE_EXPAND variable for all amd64 profiles.