Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@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: Wed, 21 Jan 2009 06:44:56
Message-Id: E1LPWpX-0001f5-BL@stork.gentoo.org
1 nightmorph 09/01/21 06:44:51
2
3 Modified: hb-portage-files.xml
4 Log:
5 stable portage version no longer uses /etc/make.conf.example, see the -dev ML. the 2008.0 handbooks should still reference the old location, though, as there is no released stage tarball with the new location in /usr/share.
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/en/handbook/hb-portage-files.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.19&r2=1.20
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.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- hb-portage-files.xml 17 Apr 2008 21:21:14 -0000 1.19
21 +++ hb-portage-files.xml 21 Jan 2009 06:44:51 -0000 1.20
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.19 2008/04/17 21:21:14 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.20 2009/01/21 06:44:51 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 files and data.
33 </abstract>
34
35 -<version>1.12</version>
36 -<date>2008-04-17</date>
37 +<version>1.13</version>
38 +<date>2009-01-20</date>
39
40 <section>
41 <title>Portage Files</title>
42 @@ -40,11 +40,11 @@
43
44 <p>
45 If you're planning on changing a configuration variable, <e>don't</e> alter
46 -<path>/etc/make.globals</path> or <path>make.defaults</path>.
47 -Instead use <path>/etc/make.conf</path> which has precedence over
48 -the previous files. You'll also find a <path>/etc/make.conf.example</path>. As
49 -the name implies, this is merely an example file - Portage does not read in
50 -this file.
51 +<path>/etc/make.globals</path> or <path>make.defaults</path>. Instead use
52 +<path>/etc/make.conf</path> which has precedence over the previous files. You'll
53 +also find a <path>/usr/share/portage/config/make.conf.example</path>. As the
54 +name implies, this is merely an example file - Portage does not read in this
55 +file.
56 </p>
57
58 <p>