Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Tue, 17 Feb 2009 07:19:25
Message-Id: E1LZKEl-0007Yo-Bu@stork.gentoo.org
1 nightmorph 09/02/17 07:19:23
2
3 Modified: openrc-migration.xml
4 Log:
5 ~arch xinit no longer provides /etc/env.d/90xsession. users have to create the env file manually. updated openrc guide, bug 229769.
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.14&r2=1.15
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- openrc-migration.xml 12 Feb 2009 00:59:32 -0000 1.14
21 +++ openrc-migration.xml 17 Feb 2009 07:19:23 -0000 1.15
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.14 2009/02/12 00:59:32 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.15 2009/02/17 07:19:23 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2009-02-11</date>
36 +<version>1.9</version>
37 +<date>2009-02-16</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -348,25 +348,30 @@
42 <body>
43
44 <p>
45 -The XSESSION variable is no longer found in <path>/etc/rc.conf</path>. The
46 -<c>x11-apps/xinit</c> package now provides <path>/etc/env.d/90xsession</path>,
47 -which can be used to set the XSESSION variable.
48 +The XSESSION variable is no longer found in <path>/etc/rc.conf</path>. Instead,
49 +you can set the XSESSION variable per-user in <path>~/.bashrc</path> (or
50 +equivalent), or system-wide in <path>/etc/env.d/</path>.
51 </p>
52
53 <p>
54 -This variable will <b>NOT</b> be migrated for you by default, so you will need
55 -to edit <path>/etc/env.d/90xsession</path>.
56 +Here's an example of setting XSESSION for the whole system:
57 </p>
58
59 +<pre caption="Setting XSESSION system-wide">
60 +# <i>echo 'XSESSION="Xfce4"' > /etc/env.d/90xsession</i>
61 +</pre>
62 +
63 <impo>
64 You must run <c>env-update</c> after creating a file in <path>/etc/env.d</path>,
65 -and then logout and login for it to take effect.
66 +and then logout and login for it to take effect. If you set the variable in
67 +<path>~/.bashrc</path>, you can re-source the file with <c>source
68 +~/.bashrc</c>.
69 </impo>
70
71 </body>
72 </section>
73 <section>
74 -<title>EDITOR / PAGER</title>
75 +<title>EDITOR and PAGER</title>
76 <body>
77
78 <p>