Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: openrc-migration.xml
Date: Tue, 27 Jul 2010 14:10:02
Message-Id: 20100727140959.72BB22CE14@corvid.gentoo.org
1 chiguire 10/07/27 14:09:59
2
3 Modified: openrc-migration.xml
4 Log:
5 added modules priority para
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/es/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/openrc-migration.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/openrc-migration.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/openrc-migration.xml?r1=1.8&r2=1.9
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/openrc-migration.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- openrc-migration.xml 1 Dec 2009 12:05:38 -0000 1.8
21 +++ openrc-migration.xml 27 Jul 2010 14:09:59 -0000 1.9
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/es/openrc-migration.xml,v 1.8 2009/12/01 12:05:38 chiguire Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/openrc-migration.xml,v 1.9 2010/07/27 14:09:59 chiguire Exp $ -->
27
28 <guide link="/doc/es/openrc-migration.xml" lang="es">
29 <title>Guía de Migración de Baselayout y OpenRC</title>
30 @@ -30,8 +30,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.11</version>
35 -<date>2009-11-29</date>
36 +<version>2</version>
37 +<date>2010-07-20</date>
38
39 <chapter>
40 <title>Trasfondo</title>
41 @@ -205,6 +205,12 @@
42 module_ieee1394_args="debug"
43 </pre>
44
45 +<impo>
46 +Las variables <b>module*</b> no son acumulativas. Las variables que
47 +son específicas a versiones tomarán precendencia sobre las variables
48 +generales.
49 +</impo>
50 +
51 <note>
52 Por favor note la diferencia entre <b>module_</b> y <b>modules_</b>.
53 </note>