robbat2 11/01/16 22:46:28 Modified: openrc-migration.xml Log: Explicitly suggest that the detection command get called if a user is uncertain what value their system should have for rc_sys.
Revision Changes Path 1.26 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.25&r2=1.26 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -p -w -b -B -u -u -r1.25 -r1.26 --- openrc-migration.xml 16 Jan 2011 22:41:17 -0000 1.25 +++ openrc-migration.xml 16 Jan 2011 22:46:28 -0000 1.26 @@ -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.25 2011/01/16 22:41:17 robbat2 Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.26 2011/01/16 22:46:28 robbat2 Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -27,7 +27,7 @@ OpenRC. <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> +<version>7</version> <date>2011-01-16</date> <chapter> @@ -477,6 +477,12 @@ string <b>""</b>. If the variable is uns will attempt to use the old detection algorithm. </impo> +<note> +If you do not know what value your system was using with the automatic +detection, you should temporarily comment out the <b>rc_sys</b> variable and +run the detection command, <c>rc -S</c>. +</note> + <pre caption="Setting system sub-type to none in /etc/rc.conf"> rc_sys="" </pre>
