Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
Date: Mon, 02 Apr 2007 09:42:14
Message-Id: E1HYJ2r-0006gY-U7@stork.gentoo.org
1 neysx 07/04/02 09:41:49
2
3 Modified: hb-working-variables.xml
4 Log:
5 #173101 Removed CLASSPATH
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/handbook/hb-working-variables.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?r1=1.20&r2=1.21
13
14 Index: hb-working-variables.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-working-variables.xml 28 Oct 2006 09:17:55 -0000 1.20
21 +++ hb-working-variables.xml 2 Apr 2007 09:41:49 -0000 1.21
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-variables.xml,v 1.20 2006/10/28 09:17:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.21 2007/04/02 09:41:49 neysx Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 variables.
33 </abstract>
34
35 -<version>1.14</version>
36 -<date>2005-09-28</date>
37 +<version>1.15</version>
38 +<date>2007-04-02</date>
39
40 <section>
41 <title>Environment Variables?</title>
42 @@ -107,13 +107,6 @@
43 </ti>
44 </tr>
45 <tr>
46 - <ti>CLASSPATH</ti>
47 - <ti>
48 - This variable contains a colon-separated list of directories which contain
49 - Java classes.
50 - </ti>
51 -</tr>
52 -<tr>
53 <ti>CONFIG_PROTECT</ti>
54 <ti>
55 This variable contains a <e>space</e>-delimited list of directories which
56 @@ -142,7 +135,6 @@
57 PAGER="/usr/bin/less"
58 EDITOR="/usr/bin/vim"
59 KDEDIRS="/usr"
60 -CLASSPATH="/opt/blackdown-jre-1.4.1/lib/rt.jar:."
61 CONFIG_PROTECT="/usr/X11R6/lib/X11/xkb /opt/tomcat/conf \
62 /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ \
63 /usr/share/texmf/tex/platex/config/ /usr/share/config"
64 @@ -239,11 +231,11 @@
65
66 <p>
67 The concatenation of variables does not always happen, only with the following
68 -variables: <c>KDEDIRS</c>, <c>PATH</c>, <c>CLASSPATH</c>, <c>LDPATH</c>,
69 -<c>MANPATH</c>, <c>INFODIR</c>, <c>INFOPATH</c>, <c>ROOTPATH</c>,
70 -<c>CONFIG_PROTECT</c>, <c>CONFIG_PROTECT_MASK</c>, <c>PRELINK_PATH</c> and
71 -<c>PRELINK_PATH_MASK</c>. For all other variables the latest defined value (in
72 -alphabetical order of the files in <path>/etc/env.d</path>) is used.
73 +variables: <c>KDEDIRS</c>, <c>PATH</c>, <c>LDPATH</c>, <c>MANPATH</c>,
74 +<c>INFODIR</c>, <c>INFOPATH</c>, <c>ROOTPATH</c>, <c>CONFIG_PROTECT</c>,
75 +<c>CONFIG_PROTECT_MASK</c>, <c>PRELINK_PATH</c> and <c>PRELINK_PATH_MASK</c>.
76 +For all other variables the latest defined value (in alphabetical order of the
77 +files in <path>/etc/env.d</path>) is used.
78 </p>
79
80 <p>
81
82
83
84 --
85 gentoo-doc-cvs@g.o mailing list