Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server: parent profile.bashrc
Date: Thu, 06 Aug 2009 07:19:16
Message-Id: E1MYxFp-0001Id-Vd@stork.gentoo.org
1 ssuominen 09/08/06 07:19:13
2
3 Added: parent profile.bashrc
4 Log:
5 10.0 releng
6
7 Revision Changes Path
8 1.1 profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/parent?rev=1.1&content-type=text/plain
12
13 Index: parent
14 ===================================================================
15 ..
16 ../../../../../../../targets/server
17
18
19
20 1.1 profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc
21
22 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc?rev=1.1&view=markup
23 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc?rev=1.1&content-type=text/plain
24
25 Index: profile.bashrc
26 ===================================================================
27 # Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/powerpc/ppc64/10.0/32bit-userland/server/profile.bashrc,v 1.1 2009/08/06 07:19:13 ssuominen Exp $
30
31 if [[ "${EBUILD_PHASE}" == "setup" ]]
32 then
33 if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
34 then
35 ewarn "This profile has not been tested thoroughly and is not considered to be"
36 ewarn "a supported server profile at this time. For a supported server"
37 ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
38 echo
39 ewarn "This profile is merely a convenience for people who require a more"
40 ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
41 ewarn "the software being used on the server. This profile should also be used"
42 ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
43 ewarn "applies to you, then it doesn't and you should probably be using"
44 ewarn "Hardened, instead."
45 echo
46 fi
47 fi