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: rsync.xml
Date: Mon, 07 Jan 2008 02:03:43
Message-Id: E1JBhL2-000455-Gp@stork.gentoo.org
1 chiguire 08/01/07 02:03:40
2
3 Modified: rsync.xml
4 Log:
5 updated spanish translation (manuel peral gonzalez)
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/es/rsync.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/rsync.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/rsync.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/rsync.xml?r1=1.5&r2=1.6
13
14 Index: rsync.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/rsync.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- rsync.xml 30 Dec 2006 00:15:54 -0000 1.5
21 +++ rsync.xml 7 Jan 2008 02:03:39 -0000 1.6
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/rsync.xml,v 1.5 2006/12/30 00:15:54 chiguire Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/rsync.xml,v 1.6 2008/01/07 02:03:39 chiguire Exp $ -->
28
29 <guide link="/doc/es/rsync.xml" lang="es">
30 <title>Política de servidores réplica (mirrors) rsync Gentoo Linux</title>
31 @@ -20,6 +20,9 @@
32 <author title="Traductor">
33 <mail link="chiguire@×××××××××.org">John Christian Stoddart</mail>
34 </author>
35 +<author title="Traductor" >
36 + <mail link="mcklaren@×××××.com" >Manuel Peral González</mail>
37 +</author>
38
39 <abstract>
40 Este documento explica cómo configurar una réplica rsync oficial y una
41 @@ -31,8 +34,8 @@
42
43 <license/>
44
45 -<version>3.5</version>
46 -<date>2006-12-25</date>
47 +<version>3.6</version>
48 +<date>2006-12-28</date>
49
50 <chapter>
51 <title>Preliminarios de hardware</title>
52 @@ -320,8 +323,8 @@
53 OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300"
54 #Descomente la siguiente línea solo si le han otorgando acceso a rsync1.us.gentoo.org
55 #SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
56 -#Si está esperando acceso a nuestro espejo principal, selecciones un espejo secundario:
57 -SRC="rsync://rsync2.de.gentoo.org/gentoo-portage"
58 +#Si está esperando acceso a nuestro espejo principal, seleccione uno de nuestros espejos desde:
59 +SRC="rsync://rsync.de.gentoo.org/gentoo-portage"
60 DST="/space/gentoo/rsync/"
61
62 echo "Started update at" `date` >> $0.log 2>&amp;1
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list