Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-files.xml
Date: Tue, 17 Dec 2013 11:07:48
Message-Id: 20131217110744.463482004B@flycatcher.gentoo.org
1 swift 13/12/17 11:07:44
2
3 Modified: hb-portage-files.xml
4 Log:
5 Bug 489782 - make.globals is now elsewhere
6
7 Revision Changes Path
8 1.23 xml/htdocs/doc/en/handbook/hb-portage-files.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.23&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.23&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.22&r2=1.23
13
14 Index: hb-portage-files.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v
17 retrieving revision 1.22
18 retrieving revision 1.23
19 diff -u -r1.22 -r1.23
20 --- hb-portage-files.xml 24 Jul 2012 12:12:52 -0000 1.22
21 +++ hb-portage-files.xml 17 Dec 2013 11:07:44 -0000 1.23
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.22 2012/07/24 12:12:52 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.23 2013/12/17 11:07:44 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 files and data.
33 </abstract>
34
35 -<version>3</version>
36 -<date>2012-07-24</date>
37 +<version>4</version>
38 +<date>2013-12-17</date>
39
40 <section>
41 <title>Portage Files</title>
42 @@ -24,7 +24,7 @@
43
44 <p>
45 Portage comes with a default configuration stored in
46 -<path>/etc/make.globals</path>. When you take a look at it, you'll notice that
47 +<path>/usr/share/portage/config/make.globals</path>. When you take a look at it, you'll notice that
48 all Portage configuration is handled through variables. What variables Portage
49 listens to and what they mean are described later.
50 </p>
51 @@ -40,7 +40,7 @@
52
53 <p>
54 If you're planning on changing a configuration variable, <e>don't</e> alter
55 -<path>/etc/make.globals</path> or <path>make.defaults</path>. Instead use
56 +<path>/usr/share/portage/config/make.globals</path> or <path>make.defaults</path>. Instead use
57 <path>/etc/portage/make.conf</path> which has precedence over the previous
58 files. You'll also find a <path>/usr/share/portage/config/make.conf.example</path>.
59 As the name implies, this is merely an example file - Portage does not read