Gentoo Archives: gentoo-doc-cvs

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Thu, 13 Jan 2011 04:04:50
Message-Id: 20110113033904.6F5742004E@flycatcher.gentoo.org
1 robbat2 11/01/13 03:39:04
2
3 Modified: openrc-migration.xml
4 Log:
5 Add some comment blocks to seperate sections for ease of editing.
6
7 Revision Changes Path
8 1.22 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.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.21&r2=1.22
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.21
18 retrieving revision 1.22
19 diff -p -w -b -B -u -u -r1.21 -r1.22
20 --- openrc-migration.xml 13 Jan 2011 03:34:13 -0000 1.21
21 +++ openrc-migration.xml 13 Jan 2011 03:39:04 -0000 1.22
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.21 2011/01/13 03:34:13 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.22 2011/01/13 03:39:04 robbat2 Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -32,6 +32,8 @@ OpenRC.
31
32 <chapter>
33 <title>Background</title>
34 +
35 +<!-- =============================================================== -->
36 <section>
37 <title>What's baselayout?</title>
38 <body>
39 @@ -45,6 +47,8 @@ filesystem layout used by Gentoo (i.e. <
40
41 </body>
42 </section>
43 +<!-- =============================================================== -->
44 +
45 <section>
46 <title>What's OpenRC?</title>
47 <body>
48 @@ -59,6 +63,8 @@ by <c>sys-freebsd/freebsd-sbin</c>.
49
50 </body>
51 </section>
52 +<!-- =============================================================== -->
53 +
54 <section>
55 <title>So why migrate?</title>
56 <body>
57 @@ -89,10 +95,13 @@ FreeBSD and NetBSD.
58
59 </body>
60 </section>
61 -</chapter>
62 +<!-- =============================================================== -->
63
64 +</chapter>
65 <chapter>
66 <title>Migration to OpenRC</title>
67 +
68 +<!-- =============================================================== -->
69 <section>
70 <body>
71
72 @@ -114,6 +123,7 @@ verify prior to rebooting.
73
74 </body>
75 </section>
76 +<!-- =============================================================== -->
77
78 <section id="rc_conf">
79 <title>/etc/conf.d/rc</title>
80 @@ -129,6 +139,8 @@ delete <path>/etc/conf.d/rc</path>.
81
82 </body>
83 </section>
84 +<!-- =============================================================== -->
85 +
86 <section id="modules">
87 <title>Kernel modules</title>
88 <body>
89 @@ -200,6 +212,8 @@ module_ieee1394_args="debug"
90
91 </body>
92 </section>
93 +
94 +<!-- =============================================================== -->
95 <section id="boot">
96 <title>Boot runlevel</title>
97 <body>
98 @@ -253,6 +267,8 @@ the following to add initscripts to the
99
100 </body>
101 </section>
102 +<!-- =============================================================== -->
103 +
104 <section>
105 <title>Udev</title>
106 <body>
107 @@ -280,6 +296,8 @@ If <c>udev</c> is not listed, add it to
108
109 </body>
110 </section>
111 +<!-- =============================================================== -->
112 +
113 <section>
114 <title>Network</title>
115 <body>
116 @@ -323,6 +341,8 @@ routes_eth0="default via 192.168.1.100
117
118 </body>
119 </section>
120 +<!-- =============================================================== -->
121 +
122 <section>
123 <title>Clock</title>
124 <body>
125 @@ -358,6 +378,8 @@ America/New_York
126
127 </body>
128 </section>
129 +<!-- =============================================================== -->
130 +
131 <section>
132 <title>XSESSION</title>
133 <body>
134 @@ -385,6 +407,8 @@ and then logout and login for it to take
135
136 </body>
137 </section>
138 +<!-- =============================================================== -->
139 +
140 <section>
141 <title>EDITOR and PAGER</title>
142 <body>
143 @@ -405,6 +429,8 @@ and then logout and login for it to take
144
145 </body>
146 </section>
147 +<!-- =============================================================== -->
148 +
149 <section>
150 <title>Boot log</title>
151 <body>
152 @@ -424,6 +450,8 @@ rc_logger="YES"
153
154 </body>
155 </section>
156 +<!-- =============================================================== -->
157 +
158 <section>
159 <title>Finishing up</title>
160 <body>
161 @@ -437,9 +465,13 @@ boot.
162
163 </body>
164 </section>
165 +<!-- =============================================================== -->
166 +
167 </chapter>
168 <chapter>
169 <title>Changed functionality</title>
170 +<!-- =============================================================== -->
171 +
172 <section>
173 <title>The pause action</title>
174 <body>
175 @@ -454,5 +486,7 @@ baselayout.
176
177 </body>
178 </section>
179 +<!-- =============================================================== -->
180 +
181 </chapter>
182 </guide>