public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Muench (micm)" <micm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml
Date: Mon, 16 Feb 2009 19:52:22 +0000	[thread overview]
Message-ID: <E1LZ9Vu-0007Xk-6d@stork.gentoo.org> (raw)

micm        09/02/16 19:52:22

  Modified:             openrc-migration.xml
  Log:
  Sync to 1.14

Revision  Changes    Path
1.4                  xml/htdocs/doc/de/openrc-migration.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/de/openrc-migration.xml?r1=1.3&r2=1.4

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openrc-migration.xml	10 Nov 2008 17:43:19 -0000	1.3
+++ openrc-migration.xml	16 Feb 2009 19:52:22 -0000	1.4
@@ -1,8 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v 1.3 2008/11/10 17:43:19 keytoaster Exp $ -->
-
-<!-- English CVS Version: 1.12 -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v 1.4 2009/02/16 19:52:22 micm Exp $ -->
 
 <guide link="/doc/de/openrc-migration.xml" lang="de">
 <title>Baselayout und OpenRC Migrationsleitfaden</title>
@@ -19,6 +17,9 @@
 <author title="Übersetzer">
   <mail link="keytoaster"/>
 </author>
+<author title="Übersetzer">
+  <mail link="micm"/>
+</author>
 
 <abstract>
 Dieser Leitfaden zeigt Ihnen, wie Sie von baselayout-1 zu baselayout-2 und
@@ -29,8 +30,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.7</version>
-<date>2008-09-11</date>
+<version>1.8</version>
+<date>2009-02-11</date>
 
 <chapter>
 <title>Hintergrund</title>
@@ -259,6 +260,35 @@
 </body>
 </section>
 <section>
+<title>Udev</title>
+<body>
+
+<p>
+OpenRC startet standardmäßig nicht mehr <c>udev</c>, sondern es muss in dem
+<c>sysinit</c> Runlevel vorhanden sein, um zu starten. Das OpenRC-Ebuild sollte
+bemerken, wenn <c>udev</c> vorher aktiviert war und es dem <c>sysinit</c>
+Runlevel hinzufügen. Um sicher zu gehen, sollten Sie jedoch überprüfen ob
+<c>udev</c> vorhanden ist:
+</p>
+
+<pre caption="Überprüfen von udev">
+# <i>ls -l /etc/runlevels/sysinit</i>
+lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysinit/udev -> \
+/etc/init.d/udev
+</pre>
+
+<p>
+Wenn <c>udev</c> nicht aufgeführt ist, fügen Sie es dem richtigen Runlevel
+hinzu:
+</p>
+
+<pre caption="Hinzufügen von udev zu dem sysinit Runlevel">
+# <i>rc-update add udev sysinit</i>
+</pre>
+
+</body>
+</section>
+<section>
 <title>Netzwerk</title>
 <body>
 






             reply	other threads:[~2009-02-16 19:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-16 19:52 Michael Muench (micm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-19 21:56 [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml Tobias Heinlein (keytoaster)
2009-02-26  0:42 Tobias Heinlein (keytoaster)
2009-02-26  0:36 Tobias Heinlein (keytoaster)
2008-11-10 17:43 Tobias Heinlein (keytoaster)
2008-09-23 12:58 Tobias Heinlein (keytoaster)
2008-05-12  7:32 Tobias Heinlein (keytoaster)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LZ9Vu-0007Xk-6d@stork.gentoo.org \
    --to=micm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox