Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Tue, 15 Nov 2011 18:18:27
Message-Id: 20111115181815.1A2BE2001D@flycatcher.gentoo.org
1 swift 11/11/15 18:18:14
2
3 Modified: openrc-migration.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.35&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.34&r2=1.35
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- openrc-migration.xml 3 Sep 2011 07:18:26 -0000 1.34
21 +++ openrc-migration.xml 15 Nov 2011 18:18:14 -0000 1.35
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.34 2011/09/03 07:18:26 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.35 2011/11/15 18:18:14 swift Exp $ -->
27
28 <guide>
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>13</version>
35 -<date>2011-09-03</date>
36 +<version>14</version>
37 +<date>2011-11-15</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -533,6 +533,23 @@
42 </body>
43 </section>
44 <section>
45 +<title>Cleaning up stale configuration files</title>
46 +<body>
47 +
48 +<p>
49 +After migration, there will be files left on your file system that are not
50 +cleaned up by Portage. Those are configuration files which are protected by
51 +Portage' configuration file protection feature.
52 +</p>
53 +
54 +<p>
55 +The most notable example would be <path>/etc/conf.d/net.example</path> which is
56 +superseded by <path>/usr/share/doc/openrc-*/net.example.bz2</path>.
57 +</p>
58 +
59 +</body>
60 +</section>
61 +<section>
62 <title>Finishing up</title>
63 <body>