nightmorph 09/02/12 00:59:32 Modified: openrc-migration.xml Log: looks like zzam typoed his instructions in bug 253396. should be sysinit runlevel, not sysfs. originally reported via email, verified in ebuilds and upstream subversion.
Revision Changes Path 1.14 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.13&r2=1.14 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openrc-migration.xml 11 Feb 2009 09:09:40 -0000 1.13 +++ openrc-migration.xml 12 Feb 2009 00:59:32 -0000 1.14 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.13 2009/02/11 09:09:40 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.14 2009/02/12 00:59:32 nightmorph Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -250,14 +250,14 @@ <p> OpenRC no longer starts <c>udev</c> by default, but it does need to be present -in the <c>sysfs</c> runlevel to be started. The OpenRC ebuild should detect if -<c>udev</c> was previously enabled and add it to the <c>sysfs</c> runlevel. +in the <c>sysinit</c> runlevel to be started. The OpenRC ebuild should detect if +<c>udev</c> was previously enabled and add it to the <c>sysinit</c> runlevel. However, to be safe, check if <c>udev</c> is present: </p> <pre caption="Verifying udev"> -# <i>ls -l /etc/runlevels/sysfs</i> -lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysfs/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> @@ -265,8 +265,8 @@ If <c>udev</c> is not listed, add it to the correct runlevel: </p> -<pre caption="Adding udev to the sysfs runlevel"> -# <i>rc-update add udev sysfs</i> +<pre caption="Adding udev to the sysinit runlevel"> +# <i>rc-update add udev sysinit</i> </pre> </body>
