swift 13/12/17 11:07:44 Modified: hb-portage-files.xml Log: Bug 489782 - make.globals is now elsewhere
Revision Changes Path 1.23 xml/htdocs/doc/en/handbook/hb-portage-files.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.22&r2=1.23 Index: hb-portage-files.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- hb-portage-files.xml 24 Jul 2012 12:12:52 -0000 1.22 +++ hb-portage-files.xml 17 Dec 2013 11:07:44 -0000 1.23 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.22 2012/07/24 12:12:52 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.23 2013/12/17 11:07:44 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ files and data. </abstract> -<version>3</version> -<date>2012-07-24</date> +<version>4</version> +<date>2013-12-17</date> <section> <title>Portage Files</title> @@ -24,7 +24,7 @@ <p> Portage comes with a default configuration stored in -<path>/etc/make.globals</path>. When you take a look at it, you'll notice that +<path>/usr/share/portage/config/make.globals</path>. When you take a look at it, you'll notice that all Portage configuration is handled through variables. What variables Portage listens to and what they mean are described later. </p> @@ -40,7 +40,7 @@ <p> If you're planning on changing a configuration variable, <e>don't</e> alter -<path>/etc/make.globals</path> or <path>make.defaults</path>. Instead use +<path>/usr/share/portage/config/make.globals</path> or <path>make.defaults</path>. Instead use <path>/etc/portage/make.conf</path> which has precedence over the previous files. You'll also find a <path>/usr/share/portage/config/make.conf.example</path>. As the name implies, this is merely an example file - Portage does not read
