nightmorph 11/05/29 00:45:35 Modified: openrc-migration.xml Log: local.start and local.stop changes, bug 363951, patch from swift
Revision Changes Path 1.31 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.30&r2=1.31 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- openrc-migration.xml 29 May 2011 00:33:49 -0000 1.30 +++ openrc-migration.xml 29 May 2011 00:45:35 -0000 1.31 @@ -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.30 2011/05/29 00:33:49 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.31 2011/05/29 00:45:35 nightmorph Exp $ --> <guide> <title>Baselayout and OpenRC Migration Guide</title> @@ -27,7 +27,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>10</version> +<version>11</version> <date>2011-05-28</date> <chapter> @@ -427,6 +427,19 @@ </body> </section> +<section id="rc_local"> +<title>local.start and local.stop</title> +<body> + +<p> +With OpenRC, <path>/etc/conf.d/local.start</path> and <path>local.stop</path> +are deprecated. During the migration to OpenRC, the files are moved to +<path>/etc/local.d</path> and gain the suffix <path>.start</path> or +<path>.stop</path>. OpenRC then executes those in alphabetic order. +</p> + +</body> +</section> <section id="rc_sys"> <title>System sub-types: Virtualization special cases</title> <body>
