rane 06/07/20 15:09:29 Modified: rsync.xml Log: #141169, the script lacked RSYNC variable and was failing
Revision Changes Path 1.55 xml/htdocs/doc/en/rsync.xml 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 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml?rev=1.55&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/rsync.xml.diff?r1=1.54&r2=1.55&cvsroot=gentoo Index: rsync.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- rsync.xml 17 Jul 2006 18:03:02 -0000 1.54 +++ rsync.xml 20 Jul 2006 15:09:29 -0000 1.55 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.54 2006/07/17 18:03:02 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.55 2006/07/20 15:09:29 rane Exp $ --> <guide link="/doc/en/rsync.xml" lang="en"> <title>Gentoo Linux rsync Mirrors Policy and Guide</title> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.3</version> -<date>2006-06-04</date> +<version>3.4</version> +<date>2006-07-20</date> <chapter> <title>Preliminaries</title> @@ -308,7 +308,7 @@ <pre caption="rsync-gentoo-portage.sh"> #!/bin/bash - +RSYNC="/usr/bin/rsync" OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300" #Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org #SRC="rsync://rsync1.us.gentoo.org/gentoo-portage" -- [email protected] mailing list
