* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-files.xml
@ 2009-01-21 6:44 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-01-21 6:44 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/01/21 06:44:51
Modified: hb-portage-files.xml
Log:
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.
Revision Changes Path
1.20 xml/htdocs/doc/en/handbook/hb-portage-files.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.19&r2=1.20
Index: hb-portage-files.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-portage-files.xml 17 Apr 2008 21:21:14 -0000 1.19
+++ hb-portage-files.xml 21 Jan 2009 06:44:51 -0000 1.20
@@ -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.19 2008/04/17 21:21:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.20 2009/01/21 06:44:51 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
files and data.
</abstract>
-<version>1.12</version>
-<date>2008-04-17</date>
+<version>1.13</version>
+<date>2009-01-20</date>
<section>
<title>Portage Files</title>
@@ -40,11 +40,11 @@
<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>/etc/make.conf</path> which has precedence over
-the previous files. You'll also find a <path>/etc/make.conf.example</path>. As
-the name implies, this is merely an example file - Portage does not read in
-this file.
+<path>/etc/make.globals</path> or <path>make.defaults</path>. Instead use
+<path>/etc/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 in this
+file.
</p>
<p>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-files.xml
@ 2013-12-17 11:07 Sven Vermeulen (swift)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2013-12-17 11:07 UTC (permalink / raw
To: gentoo-doc-cvs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-17 11:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 11:07 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-files.xml Sven Vermeulen (swift)
-- strict thread matches above, loose matches on Subject: below --
2009-01-21 6:44 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox