neysx 07/04/02 09:41:49 Modified: hb-working-variables.xml Log: #173101 Removed CLASSPATH
Revision Changes Path 1.21 xml/htdocs/doc/en/handbook/hb-working-variables.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?r1=1.20&r2=1.21 Index: hb-working-variables.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- hb-working-variables.xml 28 Oct 2006 09:17:55 -0000 1.20 +++ hb-working-variables.xml 2 Apr 2007 09:41:49 -0000 1.21 @@ -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-working-variables.xml,v 1.20 2006/10/28 09:17:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.21 2007/04/02 09:41:49 neysx Exp $ --> <sections> @@ -14,8 +14,8 @@ variables. </abstract> -<version>1.14</version> -<date>2005-09-28</date> +<version>1.15</version> +<date>2007-04-02</date> <section> <title>Environment Variables?</title> @@ -107,13 +107,6 @@ </ti> </tr> <tr> - <ti>CLASSPATH</ti> - <ti> - This variable contains a colon-separated list of directories which contain - Java classes. - </ti> -</tr> -<tr> <ti>CONFIG_PROTECT</ti> <ti> This variable contains a <e>space</e>-delimited list of directories which @@ -142,7 +135,6 @@ PAGER="/usr/bin/less" EDITOR="/usr/bin/vim" KDEDIRS="/usr" -CLASSPATH="/opt/blackdown-jre-1.4.1/lib/rt.jar:." CONFIG_PROTECT="/usr/X11R6/lib/X11/xkb /opt/tomcat/conf \ /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ \ /usr/share/texmf/tex/platex/config/ /usr/share/config" @@ -239,11 +231,11 @@ <p> The concatenation of variables does not always happen, only with the following -variables: <c>KDEDIRS</c>, <c>PATH</c>, <c>CLASSPATH</c>, <c>LDPATH</c>, -<c>MANPATH</c>, <c>INFODIR</c>, <c>INFOPATH</c>, <c>ROOTPATH</c>, -<c>CONFIG_PROTECT</c>, <c>CONFIG_PROTECT_MASK</c>, <c>PRELINK_PATH</c> and -<c>PRELINK_PATH_MASK</c>. For all other variables the latest defined value (in -alphabetical order of the files in <path>/etc/env.d</path>) is used. +variables: <c>KDEDIRS</c>, <c>PATH</c>, <c>LDPATH</c>, <c>MANPATH</c>, +<c>INFODIR</c>, <c>INFOPATH</c>, <c>ROOTPATH</c>, <c>CONFIG_PROTECT</c>, +<c>CONFIG_PROTECT_MASK</c>, <c>PRELINK_PATH</c> and <c>PRELINK_PATH_MASK</c>. +For all other variables the latest defined value (in alphabetical order of the +files in <path>/etc/env.d</path>) is used. </p> <p> -- [email protected] mailing list
