Gentoo Archives: gentoo-doc-cvs

From: undefined <jforman@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: rsync.xml
Date: Sun, 04 Jun 2006 19:41:09
Message-Id: 20060604194047.3DA2064BFD@smtp.gentoo.org
1 jforman 06/06/04 19:40:46
2
3 Modified: rsync.xml
4 Log:
5 fix to rsync options, submitted by tobias klausmann
6
7 Revision Changes Path
8 1.52 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.52&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.52&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.51&r2=1.52&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.51
18 retrieving revision 1.52
19 diff -u -r1.51 -r1.52
20 --- rsync.xml 23 May 2006 18:21:55 -0000 1.51
21 +++ rsync.xml 4 Jun 2006 19:40:46 -0000 1.52
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.51 2006/05/23 18:21:55 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.52 2006/06/04 19:40:46 jforman 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.2</version>
35 -<date>2006-05-23</date>
36 +<version>3.3</version>
37 +<date>2006-06-04</date>
38
39 <chapter>
40 <title>Preliminaries</title>
41 @@ -308,8 +308,8 @@
42 <pre caption="rsync-gentoo-portage.sh">
43 #!/bin/bash
44
45 -RSYNC="/usr/bin/rsync"
46 -OPTS="--quiet --recursive --links --perms --times --devices --delete --timeout=300"
47 +
48 +OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300"
49 #Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org
50 #SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
51 #If you are waiting for access to our master mirror, select one of our mirrors to mirror from:
52
53
54
55 --
56 gentoo-doc-cvs@g.o mailing list