From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQTx9-0006Lu-Pb for garchives@archives.gentoo.org; Sun, 29 May 2011 00:34:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0CC1C00F; Sun, 29 May 2011 00:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3C81A1C01F for ; Sun, 29 May 2011 00:33:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F5E01B403E for ; Sun, 29 May 2011 00:33:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 5E6C420057; Sun, 29 May 2011 00:33:49 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nightmorph@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml X-VCS-Repository: gentoo X-VCS-Files: openrc-migration.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20110529003349.5E6C420057@flycatcher.gentoo.org> Date: Sun, 29 May 2011 00:33:49 +0000 (UTC) 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: X-Archives-Hash: c306b98f206ccd0c10fd63c42037bf98 nightmorph 11/05/29 00:33:49 Modified: openrc-migration.xml Log: net initscript migration, patch from swift, bug 366613 Revision Changes Path 1.30 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.30&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.30&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?r1=3D1.29&r2=3D1.30 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/en/openrc-migration.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- openrc-migration.xml 14 Apr 2011 05:56:41 -0000 1.29 +++ openrc-migration.xml 29 May 2011 00:33:49 -0000 1.30 @@ -1,6 +1,6 @@ - + =20 Baselayout and OpenRC Migration Guide @@ -27,8 +27,8 @@ =20 -9 -2011-04-13 +10 +2011-05-28 =20 Background @@ -288,12 +288,14 @@

Due to baselayout and OpenRC being broken into two different packages, y= our net.eth0 initscript may disappear during the upgrade process. To replace= this -initscript please perform the following: +initscript and re-add it to the default runlevel, please perform the +following:

=20
 # cd /etc/init.d
 # ln -s net.lo net.eth0
+# rc-update add net.edh0 default
 
=20