Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-features.xml
Date: Thu, 18 Jan 2007 11:16:25
Message-Id: E1H7VFN-0006Zc-Kt@lark.gentoo.org
1 nightmorph 07/01/18 11:15:57
2
3 Modified: hb-working-features.xml
4 Log:
5 fixed PATH so that it is cumulative, rather than overwritten when sourced from a login shell. thanks to jkt on IRC for some tips. bug 162634.
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/handbook/hb-working-features.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.35&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.34&r2=1.35
13
14 Index: hb-working-features.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- hb-working-features.xml 3 Nov 2006 22:03:06 -0000 1.34
21 +++ hb-working-features.xml 18 Jan 2007 11:15:57 -0000 1.35
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-working-features.xml,v 1.34 2006/11/03 22:03:06 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.35 2007/01/18 11:15:57 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 ccache and more.
33 </abstract>
34
35 -<version>1.30</version>
36 -<date>2006-11-03</date>
37 +<version>1.31</version>
38 +<date>2007-01-18</date>
39
40 <section>
41 <title>Portage Features</title>
42 @@ -209,7 +209,7 @@
43 </p>
44
45 <pre caption="Editing .bash_profile">
46 -PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin"
47 +PATH="<i>/usr/lib/ccache/bin</i>:/opt/bin:${PATH}"
48 </pre>
49
50 </body>
51
52
53
54 --
55 gentoo-doc-cvs@g.o mailing list