Commit 9e3c856a authored by Andrew Tridgell's avatar Andrew Tridgell

updates to reflect new samba.org domain

the main web site is now http://rsync.samba.org/
parent 1e8ae5ed
...@@ -100,25 +100,25 @@ There is a mailing list for the discussion of rsync and its ...@@ -100,25 +100,25 @@ There is a mailing list for the discussion of rsync and its
applications. It is open to anyone to join. I will announce new applications. It is open to anyone to join. I will announce new
versions on this list. versions on this list.
To join the mailing list send mail to listproc@samba.anu.edu.au with To join the mailing list send mail to listproc@samba.org with
no subject and a body of "subscribe rsync Your Name". no subject and a body of "subscribe rsync Your Name".
To send mail to everyone on the list send it to rsync@samba.anu.edu.au To send mail to everyone on the list send it to rsync@samba.org
BUG REPORTS BUG REPORTS
----------- -----------
If you have web access then please look at If you have web access then please look at
http://samba.anu.edu.au/rsync/ http://rsync.samba.org/rsync/
This will give you access to the bug tracking system used by the This will give you access to the bug tracking system used by the
developers of rsync and will allow you to look at other bug reports or developers of rsync and will allow you to look at other bug reports or
submit a new bug report. submit a new bug report.
If you don't have web access then mail bug reports to If you don't have web access then mail bug reports to
rsync-bugs@samba.anu.edu.au or (if you think it will be of interest to rsync-bugs@samba.org or (if you think it will be of interest to lots
lots of people) send it to rsync@samba.anu.edu.au of people) send it to rsync@samba.org
CVS TREE CVS TREE
...@@ -128,10 +128,10 @@ If you want to get the very latest version of rsync direct from the ...@@ -128,10 +128,10 @@ If you want to get the very latest version of rsync direct from the
source code repository then you can use anonymous cvs. You will need a source code repository then you can use anonymous cvs. You will need a
recent version of cvs then use the following commands: recent version of cvs then use the following commands:
cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot login cvs -d :pserver:cvs@cvs.samba.org:/cvsroot login
Password: cvs Password: cvs
cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co rsync cvs -d :pserver:cvs@cvs.samba.org:/cvsroot co rsync
Look at the cvs documentation for more details. Look at the cvs documentation for more details.
...@@ -142,18 +142,13 @@ COPYRIGHT ...@@ -142,18 +142,13 @@ COPYRIGHT
Rsync was written by Andrew Tridgell and Paul Mackerras, and is Rsync was written by Andrew Tridgell and Paul Mackerras, and is
available under the Gnu Public License. available under the Gnu Public License.
tridge@samba.anu.edu.au tridge@samba.org
paulus@cs.anu.edu.au paulus@cs.anu.edu.au
AVAILABILITY AVAILABILITY
------------ ------------
The main ftp site for rsync is ftp://samba.anu.edu.au/pub/rsync The main web site for rsync is http://rsync.samba.org/
This is also available as rsync://samba.anu.edu.au/rsyncftp/ The main ftp site is ftp://rsync.samba.org/pub/rsync/
This is also available as rsync://rsync.samba.org/rsyncftp/
Mirrors are available at:
ftp://sunsite.auc.dk/pub/unix/rsync
ftp://ftp.sunet.se/pub/unix/admin/rsync
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
* missing. Some systems only have snprintf() but not vsnprintf(), so * missing. Some systems only have snprintf() but not vsnprintf(), so
* the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF. * the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF.
* *
* Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998 * Andrew Tridgell (tridge@samba.org) Oct 1998
* fixed handling of %.0f * fixed handling of %.0f
* added test for HAVE_LONG_DOUBLE * added test for HAVE_LONG_DOUBLE
* *
......
...@@ -142,7 +142,7 @@ void usage(int F) ...@@ -142,7 +142,7 @@ void usage(int F)
rprintf(F,"the block size defaults to %d\n",BLOCK_SIZE); rprintf(F,"the block size defaults to %d\n",BLOCK_SIZE);
rprintf(F,"\nPlease see the rsync(1) and rsyncd.conf(5) man pages for full documentation\n"); rprintf(F,"\nPlease see the rsync(1) and rsyncd.conf(5) man pages for full documentation\n");
rprintf(F,"See http://samba.anu.edu.au/rsync/ for updates and bug reports\n"); rprintf(F,"See http://rsync.samba.org/ for updates and bug reports\n");
} }
enum {OPT_VERSION,OPT_SUFFIX,OPT_SENDER,OPT_SERVER,OPT_EXCLUDE, enum {OPT_VERSION,OPT_SUFFIX,OPT_SENDER,OPT_SERVER,OPT_EXCLUDE,
......
mailto(rsync-bugs@samba.anu.edu.au) mailto(rsync-bugs@samba.org)
manpage(rsync)(1)(11 Nov 1998)()() manpage(rsync)(1)(11 Nov 1998)()()
manpagename(rsync)(faster, flexible replacement for rcp) manpagename(rsync)(faster, flexible replacement for rcp)
manpagesynopsis() manpagesynopsis()
...@@ -708,7 +708,7 @@ values ...@@ -708,7 +708,7 @@ values
see also the comments on the --delete option see also the comments on the --delete option
Please report bugs! The rsync bug tracking system is online at Please report bugs! The rsync bug tracking system is online at
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) url(http://rsync.samba.org/rsync/)(http://rsync.samba.org/rsync/)
manpagesection(VERSION) manpagesection(VERSION)
This man page is current for version 2.0 of rsync This man page is current for version 2.0 of rsync
...@@ -718,16 +718,16 @@ manpagesection(CREDITS) ...@@ -718,16 +718,16 @@ manpagesection(CREDITS)
rsync is distributed under the GNU public license. See the file rsync is distributed under the GNU public license. See the file
COPYING for details. COPYING for details.
The primary ftp site for rsync is
url(ftp://samba.anu.edu.au/pub/rsync)(ftp://samba.anu.edu.au/pub/rsync).
A WEB site is available at A WEB site is available at
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) url(http://rsync.samba.org/)(http://rsync.samba.org/)
The primary ftp site for rsync is
url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync).
We would be delighted to hear from you if you like this program. We would be delighted to hear from you if you like this program.
This program uses the zlib compression library written by Jean-loup This program uses the excellent zlib compression library written by
Gailly and Mark Adler. Jean-loup Gailly and Mark Adler.
manpagesection(THANKS) manpagesection(THANKS)
...@@ -739,6 +739,6 @@ probably missed some people, my apologies if I have. ...@@ -739,6 +739,6 @@ probably missed some people, my apologies if I have.
manpageauthor() manpageauthor()
rsync was written by Andrew Tridgell and Paul Mackerras. They may be rsync was written by Andrew Tridgell and Paul Mackerras. They may be
contacted via email at tridge@samba.anu.edu.au and contacted via email at tridge@samba.org and
Paul.Mackerras@cs.anu.edu.au Paul.Mackerras@cs.anu.edu.au
mailto(rsync-bugs@samba.anu.edu.au) mailto(rsync-bugs@samba.org)
manpage(rsyncd.conf)(5)(18 Nov 1998)()() manpage(rsyncd.conf)(5)(18 Nov 1998)()()
manpagename(rsyncd.conf)(configuration file for rsync server) manpagename(rsyncd.conf)(configuration file for rsync server)
manpagesynopsis() manpagesynopsis()
...@@ -391,7 +391,7 @@ client. this means a client may be mystified as to why a transfer ...@@ -391,7 +391,7 @@ client. this means a client may be mystified as to why a transfer
failed. The error will have been logged by syslog on the server. failed. The error will have been logged by syslog on the server.
Please report bugs! The rsync bug tracking system is online at Please report bugs! The rsync bug tracking system is online at
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) url(http://rsync.samba.org/)(http://rsync.samba.org/)
manpagesection(VERSION) manpagesection(VERSION)
This man page is current for version 2.0 of rsync This man page is current for version 2.0 of rsync
...@@ -402,10 +402,10 @@ rsync is distributed under the GNU public license. See the file ...@@ -402,10 +402,10 @@ rsync is distributed under the GNU public license. See the file
COPYING for details. COPYING for details.
The primary ftp site for rsync is The primary ftp site for rsync is
url(ftp://samba.anu.edu.au/pub/rsync)(ftp://samba.anu.edu.au/pub/rsync). url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync).
A WEB site is available at A WEB site is available at
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) url(http://rsync.samba.org/)(http://rsync.samba.org/)
We would be delighted to hear from you if you like this program. We would be delighted to hear from you if you like this program.
...@@ -421,6 +421,6 @@ documentation! ...@@ -421,6 +421,6 @@ documentation!
manpageauthor() manpageauthor()
rsync was written by Andrew Tridgell and Paul Mackerras. They may be rsync was written by Andrew Tridgell and Paul Mackerras. They may be
contacted via email at tridge@samba.anu.edu.au and contacted via email at tridge@samba.org and
Paul.Mackerras@cs.anu.edu.au Paul.Mackerras@cs.anu.edu.au
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# script that comes with wuftpd # script that comes with wuftpd
# #
# Andrew Tridgell, October 1998 # Andrew Tridgell, October 1998
# rsync-bugs@samba.anu.edu.au # rsync-bugs@samba.org
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
......
...@@ -305,6 +305,6 @@ diff between the two releases is 4155 lines long totalling 120 kB. ...@@ -305,6 +305,6 @@ diff between the two releases is 4155 lines long totalling 120 kB.
An implementation of rsync which provides a convenient interface An implementation of rsync which provides a convenient interface
similar to the common UNIX command rcp has been written and is similar to the common UNIX command rcp has been written and is
available for download from ftp://samba.anu.edu.au/pub/rsync. available for download from http://rsync.samba.org/
\end{document} \end{document}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment