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, 06 Apr 2012 15:02:42
Message-Id: 20120406120919.9B5BC2004B@flycatcher.gentoo.org
1 swift 12/04/06 12:09:19
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #410997 - Remove reference to /etc/conf.d/rc
6
7 Revision Changes Path
8 1.111 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.111&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.111&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.110&r2=1.111
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.110
18 retrieving revision 1.111
19 diff -u -r1.110 -r1.111
20 --- hb-install-config.xml 28 Mar 2012 22:39:04 -0000 1.110
21 +++ hb-install-config.xml 6 Apr 2012 12:09:19 -0000 1.111
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.110 2012/03/28 22:39:04 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.111 2012/04/06 12:09:19 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>17</version>
36 -<date>2012-03-28</date>
37 +<version>18</version>
38 +<date>2012-04-06</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -438,15 +438,13 @@
43 <body>
44
45 <p>
46 -Gentoo uses <path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> to
47 -configure the services, startup, and shutdown of your system. Open up
48 -<path>/etc/rc.conf</path> and <path>/etc/conf.d/rc</path> and enjoy all the
49 -comments in those files.
50 +Gentoo uses <path>/etc/rc.conf</path> to configure the services, startup,
51 +and shutdown of your system. Open up <path>/etc/rc.conf</path> and enjoy all
52 +the comments in the file.
53 </p>
54
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>