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: Wed, 01 Dec 2010 20:25:23
Message-Id: 20101201202509.C506C20054@flycatcher.gentoo.org
1 chiguire 10/12/01 20:25:09
2
3 Modified: openrc-migration.xml
4 Log:
5 added changed functionality chapter
6
7 Revision Changes Path
8 1.10 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.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/openrc-migration.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/openrc-migration.xml?r1=1.9&r2=1.10
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.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- openrc-migration.xml 27 Jul 2010 14:09:59 -0000 1.9
21 +++ openrc-migration.xml 1 Dec 2010 20:25:09 -0000 1.10
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.9 2010/07/27 14:09:59 chiguire Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/openrc-migration.xml,v 1.10 2010/12/01 20:25:09 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>2</version>
35 -<date>2010-07-20</date>
36 +<version>3</version>
37 +<date>2010-12-01</date>
38
39 <chapter>
40 <title>Trasfondo</title>
41 @@ -478,4 +478,17 @@
42 </body>
43 </section>
44 </chapter>
45 +
46 +<chapter>
47 +<title>Funcionalidad cambiada</title>
48 +<section>
49 +<title>La pausa</title>
50 +<body>
51 +
52 +<p>
53 +Previamente era posible parar un servicio temporalmente sin parar los servicios dependientes usando <c>/etc/init.d/service pause</c>. La acción <c>pause</c> ha sido eliminada de OpenRC y ha sido sustituida por <c>/etc/init.d/service --nodeps stop</c> que también funciona en el baselayout anterior.
54 +</p>
55 +</body>
56 +</section>
57 +</chapter>
58 </guide>