Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: rsync.xml
Date: Thu, 20 Jul 2006 15:09:53
Message-Id: 20060720150929.A3CDB644B3@smtp.gentoo.org
1 rane 06/07/20 15:09:29
2
3 Modified: rsync.xml
4 Log:
5 #141169, the script lacked RSYNC variable and was failing
6
7 Revision Changes Path
8 1.55 xml/htdocs/doc/en/rsync.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.55&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.55&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.54&r2=1.55&cvsroot=gentoo
13
14 Index: rsync.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
17 retrieving revision 1.54
18 retrieving revision 1.55
19 diff -u -r1.54 -r1.55
20 --- rsync.xml 17 Jul 2006 18:03:02 -0000 1.54
21 +++ rsync.xml 20 Jul 2006 15:09:29 -0000 1.55
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/en/rsync.xml,v 1.54 2006/07/17 18:03:02 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.55 2006/07/20 15:09:29 rane Exp $ -->
27
28 <guide link="/doc/en/rsync.xml" lang="en">
29 <title>Gentoo Linux rsync Mirrors Policy and Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3.3</version>
35 -<date>2006-06-04</date>
36 +<version>3.4</version>
37 +<date>2006-07-20</date>
38
39 <chapter>
40 <title>Preliminaries</title>
41 @@ -308,7 +308,7 @@
42 <pre caption="rsync-gentoo-portage.sh">
43 #!/bin/bash
44
45 -
46 +RSYNC="/usr/bin/rsync"
47 OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300"
48 #Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org
49 #SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list