Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-config.xml
Date: Sat, 07 Apr 2012 18:51:08
Message-Id: 20120407185056.0372C2004B@flycatcher.gentoo.org
1 nimiux 12/04/07 18:50:56
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.42 xml/htdocs/doc/es/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.41&r2=1.42
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- hb-install-config.xml 29 Mar 2012 16:46:18 -0000 1.41
21 +++ hb-install-config.xml 7 Apr 2012 18:50:55 -0000 1.42
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/es/handbook/hb-install-config.xml,v 1.41 2012/03/29 16:46:18 nimiux Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.42 2012/04/07 18:50:55 nimiux Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceder.
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>InformaciĆ³n del Sistema de Ficheros</title>
42 @@ -463,15 +463,13 @@
43 <body>
44
45 <p>
46 -Gentoo usa <path>/etc/rc.conf</path> y <path>/etc/conf.d/rc</path> para
47 -configurar los servicios, inicio y arranque de su sistema. Abra los
48 -ficheros <path>/etc/rc.conf</path> y <path>/etc/conf.d/rc</path> y
49 -disfrute de todos los comentarios que hay en estos ficheros.
50 +Gentoo usa <path>/etc/rc.conf</path> para configurar los servicios y el
51 +arranque y apagado de su sistema. Abra el fichero <path>/etc/rc.conf</path>
52 +y disfrute de todos los comentarios que hay en este fichero.
53 </p>
54
55 <pre caption="Configurar servicios">
56 # <i>nano -w /etc/rc.conf</i>
57 -# <i>nano -w /etc/conf.d/rc</i>
58 </pre>
59
60 <p>