swift 11/11/15 18:18:14 Modified: openrc-migration.xml Log: Fix bug #389809 - Refer to /etc/conf.d/net.example as a deprecated file. Leave room to add other files as well if they are known.
Revision Changes Path 1.35 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.34&r2=1.35 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- openrc-migration.xml 3 Sep 2011 07:18:26 -0000 1.34 +++ openrc-migration.xml 15 Nov 2011 18:18:14 -0000 1.35 @@ -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.34 2011/09/03 07:18:26 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.35 2011/11/15 18:18:14 swift Exp $ --> <guide> <title>Baselayout and OpenRC Migration Guide</title> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>13</version> -<date>2011-09-03</date> +<version>14</version> +<date>2011-11-15</date> <chapter> <title>Background</title> @@ -533,6 +533,23 @@ </body> </section> <section> +<title>Cleaning up stale configuration files</title> +<body> + +<p> +After migration, there will be files left on your file system that are not +cleaned up by Portage. Those are configuration files which are protected by +Portage' configuration file protection feature. +</p> + +<p> +The most notable example would be <path>/etc/conf.d/net.example</path> which is +superseded by <path>/usr/share/doc/openrc-*/net.example.bz2</path>. +</p> + +</body> +</section> +<section> <title>Finishing up</title> <body>