Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml
Date: Thu, 26 Feb 2009 00:42:09
Message-Id: E1LcUKF-0005SH-1m@stork.gentoo.org
1 keytoaster 09/02/26 00:42:07
2
3 Modified: openrc-migration.xml
4 Log:
5 Sync to 1.15
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/de/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?r1=1.5&r2=1.6
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- openrc-migration.xml 26 Feb 2009 00:36:50 -0000 1.5
21 +++ openrc-migration.xml 26 Feb 2009 00:42:06 -0000 1.6
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/de/openrc-migration.xml,v 1.5 2009/02/26 00:36:50 keytoaster Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v 1.6 2009/02/26 00:42:06 keytoaster Exp $ -->
27
28 <guide link="/doc/de/openrc-migration.xml" lang="de">
29 <title>Baselayout und OpenRC Migrationsleitfaden</title>
30 @@ -30,8 +30,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>Hintergrund</title>
41 @@ -368,26 +368,30 @@
42
43 <p>
44 Die Variable XSESSION befindet sich nicht mehr länger in der Datei
45 -<path>/etc/rc.conf</path>. Das Paket <c>x11-apps/xinit</c> stellt nun die Datei
46 -<path>/etc/env.d/90xsession</path> bereit, welche genutzt werden kann, um die
47 -Variable XSESSION zu setzen.
48 +<path>/etc/rc.conf</path>. Stattdessen können Sie die Variable XSESSION
49 +pro-Benutzer in <path>~/.bashrc</path> (oder gleichwertig), oder systemweit in
50 +<path>/etc/env.d/</path> setzen.
51 </p>
52
53 <p>
54 -Diese Variable wird für Sie standardmäßig <b>NICHT</b> migriert, daher müssen
55 -Sie die <path>/etc/env.d/90xsession</path> editieren.
56 +Hier ist ein Beispiel zum Setzen von XSESSION für das gesamte System:
57 </p>
58
59 +<pre caption="Setzen von XSESSION systemweit">
60 +# <i>echo 'XSESSION="Xfce4"' > /etc/env.d/90xsession</i>
61 +</pre>
62 +
63 <impo>
64 Sie müssen <c>env-update</c> nach dem Erstellen einer Datei in
65 <path>/etc/env.d</path> ausführen und sich dann aus- und einloggen, damit es
66 -wirksam wird.
67 +wirksam wird. Wenn Sie die Variable in <path>~/.bashrc</path> setzen, können Sie
68 +die Datei mit <c>source ~/.bashrc</c> neu einlesen.
69 </impo>
70
71 </body>
72 </section>
73 <section>
74 -<title>EDITOR / PAGER</title>
75 +<title>EDITOR und PAGER</title>
76 <body>
77
78 <p>