Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml
Date: Fri, 12 Aug 2011 18:45:33
Message-Id: 20110812184520.1AFCB2004C@flycatcher.gentoo.org
1 swift 11/08/12 18:45:20
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #378495 - OpenRC uses /etc/conf.d/hwclock instead of /etc/conf.d/clock. Also fix KEYMAP variable (is now lower case)
6
7 Revision Changes Path
8 1.105 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.105&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.105&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.104&r2=1.105
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.104
18 retrieving revision 1.105
19 diff -u -r1.104 -r1.105
20 --- hb-install-config.xml 3 Aug 2011 08:17:07 -0000 1.104
21 +++ hb-install-config.xml 12 Aug 2011 18:45:20 -0000 1.105
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.104 2011/08/03 08:17:07 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.105 2011/08/12 18:45:20 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>11</version>
36 -<date>2011-08-03</date>
37 +<version>12</version>
38 +<date>2011-08-12</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -465,8 +465,8 @@
43 </pre>
44
45 <p>
46 -Take special care with the <c>KEYMAP</c> variable. If you select the wrong
47 -<c>KEYMAP</c>, you will get weird results when typing on your keyboard.
48 +Take special care with the <c>keymap</c> variable. If you select the wrong
49 +<c>keymap</c>, you will get weird results when typing on your keyboard.
50 </p>
51
52 <note test="substring(func:keyval('arch'),1,3)='PPC'">
53 @@ -479,12 +479,12 @@
54 </p>
55
56 <p>
57 -Gentoo uses <path>/etc/conf.d/clock</path> to set clock options. Edit it
58 +Gentoo uses <path>/etc/conf.d/hwclock</path> to set clock options. Edit it
59 according to your needs.
60 </p>
61
62 -<pre caption="Opening /etc/conf.d/clock">
63 -# <i>nano -w /etc/conf.d/clock</i>
64 +<pre caption="Opening /etc/conf.d/hwclock">
65 +# <i>nano -w /etc/conf.d/hwclock</i>
66 </pre>
67
68 <p>