Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: openrc-migration.xml
Date: Thu, 11 Sep 2008 08:29:09
Message-Id: E1KdhY2-0005Ee-05@stork.gentoo.org
1 nightmorph 08/09/11 08:29:05
2
3 Modified: openrc-migration.xml
4 Log:
5 added boot log stuff to the openrc migration guide, bug 218593
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.10&r2=1.11
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.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- openrc-migration.xml 16 Apr 2008 00:40:11 -0000 1.10
21 +++ openrc-migration.xml 11 Sep 2008 08:29:05 -0000 1.11
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.10 2008/04/16 00:40:11 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.11 2008/09/11 08:29:05 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.6</version>
35 -<date>2008-04-15</date>
36 +<version>1.7</version>
37 +<date>2008-09-11</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -359,6 +359,25 @@
42 </body>
43 </section>
44 <section>
45 +<title>Boot log</title>
46 +<body>
47 +
48 +<p>
49 +Previously, you could log the boot process by using
50 +<c>app-admin/showconsole</c>. However, OpenRC now handles all logging
51 +internally, so there's no need for the hacks that <c>showconsole</c> employed.
52 +You can safely unmerge <c>showconsole</c>. To continue logging boot messages,
53 +just set the appropriate variable in <path>/etc/rc.conf</path>. Logs will appear
54 +in <path>/var/log/rc.log</path>.
55 +</p>
56 +
57 +<pre caption="Enabling boot logging in /etc/rc.conf">
58 +rc_logger="YES"
59 +</pre>
60 +
61 +</body>
62 +</section>
63 +<section>
64 <title>Finishing up</title>
65 <body>