Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@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: Thu, 29 Mar 2012 00:05:21
Message-Id: 20120328223904.CC5652004B@flycatcher.gentoo.org
1 nightmorph 12/03/28 22:39:04
2
3 Modified: hb-install-config.xml
4 Log:
5 update conf.d/rc and rc.conf for OpenRC's usage, bug 407489
6
7 Revision Changes Path
8 1.110 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.110&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.110&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.109&r2=1.110
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.109
18 retrieving revision 1.110
19 diff -u -r1.109 -r1.110
20 --- hb-install-config.xml 22 Feb 2012 21:27:45 -0000 1.109
21 +++ hb-install-config.xml 28 Mar 2012 22:39:04 -0000 1.110
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.109 2012/02/22 21:27:45 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.110 2012/03/28 22:39:04 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>16</version>
36 -<date>2012-02-22</date>
37 +<version>17</version>
38 +<date>2012-03-28</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -438,22 +438,19 @@
43 <body>
44
45 <p>
46 -Gentoo uses <path>/etc/rc.conf</path> for general, system-wide configuration.
47 -Open up <path>/etc/rc.conf</path> and enjoy all the comments in that file :)
48 +Gentoo uses <path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> to
49 +configure the services, startup, and shutdown of your system. Open up
50 +<path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> and enjoy all the
51 +comments in those files.
52 </p>
53
54 -<pre caption="Opening /etc/rc.conf">
55 +<pre caption="Configuring services">
56 # <i>nano -w /etc/rc.conf</i>
57 +# <i>nano -w /etc/conf.d/rc</i>
58 </pre>
59
60 <p>
61 -When you're finished configuring <path>/etc/rc.conf</path>, save and exit.
62 -</p>
63 -
64 -<p>
65 -As you can see, this file is well commented to help you set up the necessary
66 -configuration variables. You can configure your system to use unicode and
67 -define your default editor and your display manager (like gdm or kdm).
68 +When you're finished configuring these two files, save them and exit.
69 </p>
70
71 <p>