public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tobias Heinlein (keytoaster)" <keytoaster@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml
Date: Sat, 19 Dec 2009 21:56:34 +0000	[thread overview]
Message-ID: <E1NM7Hu-0005vR-N5@stork.gentoo.org> (raw)

keytoaster    09/12/19 21:56:34

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

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

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

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openrc-migration.xml	26 Feb 2009 00:42:06 -0000	1.6
+++ openrc-migration.xml	19 Dec 2009 21:56:34 -0000	1.7
@@ -1,6 +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.6 2009/02/26 00:42:06 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/openrc-migration.xml,v 1.7 2009/12/19 21:56:34 keytoaster Exp $ -->
 
 <guide link="/doc/de/openrc-migration.xml" lang="de">
 <title>Baselayout und OpenRC Migrationsleitfaden</title>
@@ -30,8 +30,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.9</version>
-<date>2009-02-16</date>
+<version>1.11</version>
+<date>2009-11-29</date>
 
 <chapter>
 <title>Hintergrund</title>
@@ -61,6 +61,7 @@
 während Gentoo/FreeBSD das FreeBSD-init benutzt, das von
 <c>sys-freebsd/freebsd-sbin</c> bereit gestellt wird.
 </p>
+
 </body>
 </section>
 <section>
@@ -252,8 +253,8 @@
 hinzuzufügen:
 </p>
 
-<pre caption="Hinzufügen von raid und lvm zum Runlevel boot">
-# <i>rc-update add raid boot</i>
+<pre caption="Hinzufügen von mdraid und lvm zum Runlevel boot">
+# <i>rc-update add mdraid boot</i>
 # <i>rc-update add lvm boot</i>
 </pre>
 
@@ -312,9 +313,9 @@
 <p>
 Desweiteren benutzt <path>/etc/conf.d/net</path> nun keine bash-style-Arrays
 mehr zur Konfiguration. Bitte schauen Sie sich die
-<path>/usr/share/doc/openrc/net.example</path> für Konfigurationsanweisungen an.
-Die Konvertierung sollte relativ geradelinig sein, beispielsweise würde sich
-eine Zuweisung einer statischen IP wie folgt ändern:
+<path>/usr/share/doc/openrc-&lt;version&gt;/net.example</path> für
+Konfigurationsanweisungen an. Die Konvertierung sollte relativ geradelinig sein,
+beispielsweise würde sich die Zuweisung einer statischen IP wie folgt ändern:
 </p>
 
 <pre caption="Alter Style der /etc/conf.d/net">
@@ -338,9 +339,13 @@
 <path>/etc/conf.d/clock</path>, vielmehr wird nun das native Systemtool zur
 Anpassung der Uhr benutzt. Dies bedeutet, dass unter Linux nun
 <path>/etc/conf.d/hwclock</path> benutzt wird, unter FreeBSD
-<path>/etc/conf.d/adjkerntz</path>. Das Init-Skript unter
-<path>/etc/init.d/</path> wurde ebenfalls entsprechend umbenannt, stellen Sie
-also sicher, dass es im entsprechenden Runlevel ist.
+<path>/etc/conf.d/adjkerntz</path>. Systeme ohne einen funktionierenden
+Echtzeituhr-Chip (RTC) sollten <path>/etc/init.d/swclock</path> verwenden,
+welches die Systemzeit basierend auf der mtime einer Datei, die beim
+Herunterfahren des Systems angelegt wird, setzt. Die Init-Skripte unter
+<path>/etc/init.d/</path> wurden ebenfalls entsprechend umbenannt, stellen Sie
+also sicher, dass das entsprechende Skript für Ihr System zum Runlevel boot
+hinzugefügt wurde.
 </p>
 
 <p>






             reply	other threads:[~2009-12-19 21:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-19 21:56 Tobias Heinlein (keytoaster) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-02-26  0:42 [gentoo-commits] gentoo commit in xml/htdocs/doc/de: openrc-migration.xml Tobias Heinlein (keytoaster)
2009-02-26  0:36 Tobias Heinlein (keytoaster)
2009-02-16 19:52 Michael Muench (micm)
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=E1NM7Hu-0005vR-N5@stork.gentoo.org \
    --to=keytoaster@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