swift       05/07/02 11:04:02

  Modified:    xml/htdocs/doc/en/handbook hb-working-features.xml
  Log:
  #90459 - Correct location for distcc path handling

Revision  Changes    Path
1.29      +9 -8      xml/htdocs/doc/en/handbook/hb-working-features.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-features.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo

Index: hb-working-features.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-working-features.xml     23 May 2005 18:19:59 -0000      1.28
+++ hb-working-features.xml     2 Jul 2005 11:04:02 -0000       1.29
@@ -2,14 +2,14 @@
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.28 
2005/05/23 18:19:59 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.29 
2005/07/02 11:04:02 swift Exp $ -->
 
 <sections>
 
-<version>1.25</version>
-<date>2005-05-23</date>
+<version>1.26</version>
+<date>2005-07-02</date>
 
 <section>
 <title>Portage Features</title>
@@ -184,12 +184,13 @@
 <p>
 If you would like to use ccache for non-Portage compilations, add
 <path>/usr/lib/ccache/bin</path> to the beginning of your PATH variable 
-(before <path>/usr/bin</path>). This can be accomplished by editing 
-<path>/etc/profile</path>:
+(before <path>/usr/bin</path>). This can be accomplished by editing
+<path>/etc/env.d/00basic</path>, which is the first environment file that
+defines the <c>PATH</c> variable:
 </p>
 
-<pre caption="Editing /etc/profile">
-PATH="<i>/usr/lib/ccache/bin</i>:${PATH}"
+<pre caption="Editing /etc/env.d/00basic">
+PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin"
 </pre>
 
 </body>



-- 
[email protected] mailing list

Reply via email to