From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LcUKG-0006D1-Uj for garchives@archives.gentoo.org; Thu, 26 Feb 2009 00:42:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E822E02AC; Thu, 26 Feb 2009 00:42:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 306E2E02A5 for ; Thu, 26 Feb 2009 00:42:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id CCD2F64570 for ; Thu, 26 Feb 2009 00:42:07 +0000 (UTC) Received: from keytoaster by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LcUKF-0005SH-1m for gentoo-commits@lists.gentoo.org; Thu, 26 Feb 2009 00:42:07 +0000 From: "Tobias Heinlein (keytoaster)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, keytoaster@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml X-VCS-Repository: gentoo X-VCS-Files: openrc-migration.xml X-VCS-Directories: xml/htdocs/doc/de X-VCS-Committer: keytoaster X-VCS-Committer-Name: Tobias Heinlein Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tobias Heinlein Date: Thu, 26 Feb 2009 00:42:07 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7b22af79-6145-40d9-882b-0f91fd1b1c8f X-Archives-Hash: c7836a3d37ec767df5ce8cd2c37d648b keytoaster 09/02/26 00:42:07 Modified: openrc-migration.xml Log: Sync to 1.15 Revision Changes Path 1.6 xml/htdocs/doc/de/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/open= rc-migration.xml?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/open= rc-migration.xml?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/open= rc-migration.xml?r1=3D1.5&r2=3D1.6 Index: openrc-migration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openrc-migration.xml 26 Feb 2009 00:36:50 -0000 1.5 +++ openrc-migration.xml 26 Feb 2009 00:42:06 -0000 1.6 @@ -1,6 +1,6 @@ - + =20 Baselayout und OpenRC Migrationsleitfaden @@ -30,8 +30,8 @@ =20 -1.8 -2009-02-11 +1.9 +2009-02-16 =20 Hintergrund @@ -368,26 +368,30 @@ =20

Die Variable XSESSION befindet sich nicht mehr l=C3=A4nger in der Datei -/etc/rc.conf. Das Paket x11-apps/xinit stellt nun di= e Datei -/etc/env.d/90xsession bereit, welche genutzt werden kann, u= m die -Variable XSESSION zu setzen. +/etc/rc.conf. Stattdessen k=C3=B6nnen Sie die Variable XSES= SION +pro-Benutzer in ~/.bashrc (oder gleichwertig), oder systemw= eit in +/etc/env.d/ setzen.

=20

-Diese Variable wird f=C3=BCr Sie standardm=C3=A4=C3=9Fig NICHT mi= griert, daher m=C3=BCssen -Sie die /etc/env.d/90xsession editieren. +Hier ist ein Beispiel zum Setzen von XSESSION f=C3=BCr das gesamte Syste= m:

=20 +
+# echo 'XSESSION=3D"Xfce4"' > /etc/env.d/90xsession
+
+ Sie m=C3=BCssen env-update nach dem Erstellen einer Datei in /etc/env.d ausf=C3=BChren und sich dann aus- und einloggen,= damit es -wirksam wird. +wirksam wird. Wenn Sie die Variable in ~/.bashrc setzen, k=C3= =B6nnen Sie +die Datei mit source ~/.bashrc neu einlesen. =20
-EDITOR / PAGER +EDITOR und PAGER =20