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 1Jlp6w-0006ch-3J for garchives@archives.gentoo.org; Tue, 15 Apr 2008 17:38:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC3BE072A; Tue, 15 Apr 2008 17:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0523E072A for ; Tue, 15 Apr 2008 17:38:24 +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 567E866314 for ; Tue, 15 Apr 2008 17:38:24 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jlp6t-0001oT-97 for gentoo-doc-cvs@lists.gentoo.org; Tue, 15 Apr 2008 17:38:23 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: openrc-migration.xml Message-Id: From: Joshua Saddler Date: Tue, 15 Apr 2008 17:38:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: a88a1f20-1751-45ce-9cbb-ef56a1f85310 X-Archives-Hash: 53e8726645827c021d9d4dbc6283811b nightmorph 08/04/15 17:38:23 Modified: openrc-migration.xml Log: updates from cardoe via email Revision Changes Path 1.9 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.8&r2=1.9 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openrc-migration.xml 15 Apr 2008 14:35:04 -0000 1.8 +++ openrc-migration.xml 15 Apr 2008 17:38:23 -0000 1.9 @@ -1,6 +1,6 @@ - + Baselayout and OpenRC Migration Guide @@ -24,7 +24,7 @@ -1.4 +1.5 2008-04-15 @@ -224,7 +224,7 @@ perform the following to add them to the boot runlevel:

-
+
 # rc-update add root boot
 # rc-update add procfs boot
 # rc-update add mtab boot
@@ -245,6 +245,29 @@
 
 
 
+Network + + +

+Due to baselayout and OpenRC being broken into two different packages, your +net.eth0 initscript may disappear during the upgrade process. To replace this +initscript please perform the following: +

+ +
+# cd /etc/init.d
+# ln -s net.lo net.eth0
+
+ +

+If you are missing any other network initscripts, follow the instructions above +to re-add them, simply replace eth0 with the name of your network +device. +

+ + +
+
Clock @@ -264,6 +287,16 @@ review both of these files to ensure their correctness.

+

+The proper value for this file is the path relative to your timezone from +/usr/share/zoneinfo. For example, for someone living on the east +coast of the United States, the following would be a correct setting: +

+ +
+America/New_York
+
+
-- gentoo-doc-cvs@lists.gentoo.org mailing list