smithj 05/06/22 20:45:33 Modified: xml/htdocs/doc/en/handbook hb-working-variables.xml Log: reworded the section on sourcing /etc/profile and X11 for alin and #95998
Revision Changes Path 1.14 +9 -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.14&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.14&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.13&r2=1.14&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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-working-variables.xml 22 Jun 2005 20:12:18 -0000 1.13 +++ hb-working-variables.xml 22 Jun 2005 20:45:33 -0000 1.14 @@ -4,11 +4,11 @@ <!-- 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.13 2005/06/22 20:12:18 smithj Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-variables.xml,v 1.14 2005/06/22 20:45:33 smithj Exp $ --> <sections> -<version>1.10</version> +<version>1.11</version> <date>2005-06-22</date> <section> @@ -261,10 +261,13 @@ </pre> <note> -The above command only updates the variables in your current terminal and -<e>new</e> consoles. Thus, if you are working in X11, you will need to either -type <c>source /etc/profile</c> in every new terminal you open or restart X so -that all new terminals source the new variables. +The above command only updates the variables in your current terminal, +<e>new</e> consoles, and their children. Thus, if you are working in X11, you +will need to either type <c>source /etc/profile</c> in every new terminal you +open or restart X so that all new terminals source the new variables. If you +use a login manager, become root and type <c>/etc/init.d/xdm restart</c>. If +not, you will need to logout and log back in for X to spawn children with the +new variable values. </note> </body> -- [email protected] mailing list
