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/default-linux/x86/dev/2008.0/server: make.defaults parent profile.bashrc
Date: Fri, 25 Jan 2008 03:42:59
Message-Id: E1JIFSy-0002WB-W1@stork.gentoo.org
1 wolf31o2 08/01/25 03:42:56
2
3 Added: make.defaults parent profile.bashrc
4 Log:
5 Initial 2008.0 profile, copied from 2007.1's development profile.
6
7 Revision Changes Path
8 1.1 profiles/default-linux/x86/dev/2008.0/server/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/make.defaults?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/make.defaults?rev=1.1&content-type=text/plain
12
13 Index: make.defaults
14 ===================================================================
15 # Copyright 1999-2007 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/make.defaults,v 1.1 2008/01/25 03:42:56 wolf31o2 Exp $
18
19 USE="apache2 ldap mailwrapper mysql snmp truetype xml"
20
21
22
23 1.1 profiles/default-linux/x86/dev/2008.0/server/parent
24
25 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/parent?rev=1.1&view=markup
26 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/parent?rev=1.1&content-type=text/plain
27
28 Index: parent
29 ===================================================================
30 ..
31
32
33
34 1.1 profiles/default-linux/x86/dev/2008.0/server/profile.bashrc
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/profile.bashrc?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/profile.bashrc?rev=1.1&content-type=text/plain
38
39 Index: profile.bashrc
40 ===================================================================
41 # Copyright 1999-2007 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2008.0/server/profile.bashrc,v 1.1 2008/01/25 03:42:56 wolf31o2 Exp $
44
45 if [[ "${EBUILD_PHASE}" == "setup" ]]
46 then
47 if [[ ! "${I_KNOW_WHAT_I_AM_DOING}" == "yes" ]]
48 then
49 ewarn "This profile has not been tested thoroughly and is not considered to be"
50 ewarn "a supported server profile at this time. For a supported server"
51 ewarn "profile, please check the Hardened project (http://hardened.gentoo.org)."
52 echo
53 ewarn "This profile is merely a convenience for people who require a more"
54 ewarn "minimal profile, yet are unable to use hardened due to restrictions in"
55 ewarn "the software being used on the server. This profile should also be used"
56 ewarn "if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this"
57 ewarn "applies to you, then it doesn't and you should probably be using"
58 ewarn "Hardened, instead."
59 echo
60 fi
61 fi
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list