Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/targets/server: make.defaults profile.bashrc
Date: Tue, 01 Apr 2008 17:48:00
Message-Id: E1JgkUM-0004RU-F3@stork.gentoo.org
1 wolf31o2 08/04/01 17:41:38
2
3 Added: make.defaults profile.bashrc
4 Log:
5 Huge initial 2008.0 profile commit. This will need to be adjusted synced with the current masks and such in the tree, but this will work for people doing beta installs. Enjoy.
6
7 Revision Changes Path
8 1.1 profiles/targets/server/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/targets/server/make.defaults?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/targets/server/make.defaults?rev=1.1&content-type=text/plain
12
13 Index: make.defaults
14 ===================================================================
15 # Copyright 1999-2008 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/targets/server/make.defaults,v 1.1 2008/04/01 17:41:37 wolf31o2 Exp $
18
19 USE="apache2 ldap mailwrapper mysql snmp truetype xml"
20
21
22
23 1.1 profiles/targets/server/profile.bashrc
24
25 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/targets/server/profile.bashrc?rev=1.1&view=markup
26 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/targets/server/profile.bashrc?rev=1.1&content-type=text/plain
27
28 Index: profile.bashrc
29 ===================================================================
30 # Copyright 1999-2008 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Header: /var/cvsroot/gentoo-x86/profiles/targets/server/profile.bashrc,v 1.1 2008/04/01 17:41:37 wolf31o2 Exp $
33
34 if [[ "${EBUILD_PHASE}" == "setup" ]]
35 then
36 if [[ "${ARCH}" == "amd64" ]] || [[ "${ARCH}" == "ppc" ]] || \
37 [[ "${ARCH}" == "ppc64" ]] || [[ "${ARCH}" == "x86" ]]
38 then
39 if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
40 then
41 ewarn "This profile has not been tested thoroughly and is not considered to be"
42 ewarn "a supported server profile at this time. For a supported server"
43 ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
44 echo
45 ewarn "This profile is merely a convenience for people who require a more"
46 ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
47 ewarn "the software being used on the server. This profile should also be used"
48 ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
49 ewarn "applies to you, then it doesn't and you should probably be using"
50 ewarn "Hardened, instead."
51 echo
52 fi
53 fi
54 fi
55
56
57
58 --
59 gentoo-commits@l.g.o mailing list