* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2007-05-19 4:13 Josh Saddler
0 siblings, 0 replies; 6+ messages in thread
From: Josh Saddler @ 2007-05-19 4:13 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/05/19 04:13:46
Modified: hb-working-variables.xml
Log:
added impo saying it's forbidden to use shell variables when defining other variables, bug 126231
Revision Changes Path
1.22 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.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml?r1=1.21&r2=1.22
Index: hb-working-variables.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-working-variables.xml 2 Apr 2007 09:41:49 -0000 1.21
+++ hb-working-variables.xml 19 May 2007 04:13:46 -0000 1.22
@@ -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.21 2007/04/02 09:41:49 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.22 2007/05/19 04:13:46 nightmorph Exp $ -->
<sections>
@@ -14,8 +14,8 @@
variables.
</abstract>
-<version>1.15</version>
-<date>2007-04-02</date>
+<version>1.16</version>
+<date>2007-05-18</date>
<section>
<title>Environment Variables?</title>
@@ -268,6 +268,11 @@
new variable values.
</note>
+<impo>
+You cannot use shell variables when defining other variables. This means things
+like <c>FOO="$BAR"</c> (where <c>$BAR</c> is another variable) are forbidden.
+</impo>
+
</body>
</subsection>
</section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2007-04-02 9:41 Xavier Neys
0 siblings, 0 replies; 6+ messages in thread
From: Xavier Neys @ 2007-04-02 9:41 UTC (permalink / raw
To: gentoo-doc-cvs
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>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2006-03-28 4:29 Josh Saddler
0 siblings, 0 replies; 6+ messages in thread
From: Josh Saddler @ 2006-03-28 4:29 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/03/28 04:29:38
Modified: hb-working-variables.xml
Log:
Forgot to bump version for the typo in the <pre> fix for bug #127513; several languages need to fix this typo which is still present in their translated version...hopefully this catches your attention :)
Revision Changes Path
1.19 xml/htdocs/doc/en/handbook/hb-working-variables.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
Index: hb-working-variables.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-working-variables.xml 27 Mar 2006 19:48:30 -0000 1.18
+++ hb-working-variables.xml 28 Mar 2006 04:29:38 -0000 1.19
@@ -4,11 +4,11 @@
<!-- 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.18 2006/03/27 19:48:30 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.19 2006/03/28 04:29:38 nightmorph Exp $ -->
<sections>
-<version>1.13</version>
+<version>1.14</version>
<date>2005-09-28</date>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2006-03-27 19:48 Josh Saddler
0 siblings, 0 replies; 6+ messages in thread
From: Josh Saddler @ 2006-03-27 19:48 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/03/27 19:48:30
Modified: hb-working-variables.xml
Log:
Typo fix for bug 127513, thanks to achumakov for reporting
Revision Changes Path
1.18 xml/htdocs/doc/en/handbook/hb-working-variables.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo
Index: hb-working-variables.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-working-variables.xml 14 Mar 2006 19:29:29 -0000 1.17
+++ hb-working-variables.xml 27 Mar 2006 19:48:30 -0000 1.18
@@ -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.17 2006/03/14 19:29:29 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.18 2006/03/27 19:48:30 nightmorph Exp $ -->
<sections>
@@ -140,7 +140,7 @@
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"
-CONFIG_PROTECT_MASK="/etc/gconf
+CONFIG_PROTECT_MASK="/etc/gconf"
</pre>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2005-09-28 10:30 Xavier Neys
0 siblings, 0 replies; 6+ messages in thread
From: Xavier Neys @ 2005-09-28 10:30 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/09/28 10:30:37
Modified: xml/htdocs/doc/en/handbook hb-working-variables.xml
Log:
#107183 /etc/env.d/ file names must start with 2 digits
Revision Changes Path
1.16 +6 -6 xml/htdocs/doc/en/handbook/hb-working-variables.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo
Index: hb-working-variables.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-working-variables.xml 1 Aug 2005 12:06:28 -0000 1.15
+++ hb-working-variables.xml 28 Sep 2005 10:30:37 -0000 1.16
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.15 2005/08/01 12:06:28 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.16 2005/09/28 10:30:37 neysx Exp $ -->
<sections>
-<version>1.12</version>
-<date>2005-08-01</date>
+<version>1.13</version>
+<date>2005-09-28</date>
<section>
<title>Environment Variables?</title>
@@ -220,9 +220,9 @@
</p>
<p>
-The <c>env-update</c> script will append the values in the alphabetical order of
-the <path>/etc/env.d</path> files. This is why many of the files in
-<path>/etc/env.d</path> begin with a number.
+The <c>env-update</c> script will append the values in the alphabetical order
+of the <path>/etc/env.d</path> files. The file names must begin with two
+decimal digits.
</p>
<pre caption="Update order used by env-update">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-working-variables.xml
@ 2005-08-01 12:06 Sven Vermeulen
0 siblings, 0 replies; 6+ messages in thread
From: Sven Vermeulen @ 2005-08-01 12:06 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/01 12:06:28
Modified: xml/htdocs/doc/en/handbook hb-working-variables.xml
Log:
#100509 - Integrating explanation on cwd
Revision Changes Path
1.15 +7 -5 xml/htdocs/doc/en/handbook/hb-working-variables.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-variables.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo
Index: hb-working-variables.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-working-variables.xml 22 Jun 2005 20:45:33 -0000 1.14
+++ hb-working-variables.xml 1 Aug 2005 12:06:28 -0000 1.15
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.14 2005/06/22 20:45:33 smithj Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.15 2005/08/01 12:06:28 swift Exp $ -->
<sections>
-<version>1.11</version>
-<date>2005-06-22</date>
+<version>1.12</version>
+<date>2005-08-01</date>
<section>
<title>Environment Variables?</title>
@@ -281,14 +281,16 @@
<p>
You do not always want to define an environment variable globally. For instance,
-you might want to add <path>/home/my_user/bin</path> to the <c>PATH</c> variable
+you might want to add <path>/home/my_user/bin</path> and the current working
+directory (the directory you are in) to the <c>PATH</c> variable
but don't want all other users on your system to have that in their <c>PATH</c>
too. If you want to define an environment variable locally, you should use
<path>~/.bashrc</path> or <path>~/.bash_profile</path>:
</p>
<pre caption="Extending PATH for local usage in ~/.bashrc">
-PATH="${PATH}:/home/my_user/bin"
+<comment>(A colon followed by no directory is treated as the current working directory)</comment>
+PATH="${PATH}:/home/my_user/bin:"
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-05-19 4:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 4:13 [gentoo-doc-cvs] cvs commit: hb-working-variables.xml Josh Saddler
-- strict thread matches above, loose matches on Subject: below --
2007-04-02 9:41 Xavier Neys
2006-03-28 4:29 Josh Saddler
2006-03-27 19:48 Josh Saddler
2005-09-28 10:30 Xavier Neys
2005-08-01 12:06 Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox