Skip to content

Commit 9e3c856

Browse files
author
Andrew Tridgell
committed
updates to reflect new samba.org domain
the main web site is now http://rsync.samba.org/
1 parent 1e8ae5e commit 9e3c856

File tree

7 files changed

+29
-34
lines changed

7 files changed

+29
-34
lines changed

README

+11-16
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,25 @@ There is a mailing list for the discussion of rsync and its
100100
applications. It is open to anyone to join. I will announce new
101101
versions on this list.
102102

103-
To join the mailing list send mail to listproc@samba.anu.edu.au with
103+
To join the mailing list send mail to listproc@samba.org with
104104
no subject and a body of "subscribe rsync Your Name".
105105

106-
To send mail to everyone on the list send it to rsync@samba.anu.edu.au
106+
To send mail to everyone on the list send it to rsync@samba.org
107107

108108

109109
BUG REPORTS
110110
-----------
111111

112112
If you have web access then please look at
113-
http://samba.anu.edu.au/rsync/
113+
http://rsync.samba.org/rsync/
114114

115115
This will give you access to the bug tracking system used by the
116116
developers of rsync and will allow you to look at other bug reports or
117117
submit a new bug report.
118118

119119
If you don't have web access then mail bug reports to
120-
rsync-bugs@samba.anu.edu.au or (if you think it will be of interest to
121-
lots of people) send it to rsync@samba.anu.edu.au
120+
rsync-bugs@samba.org or (if you think it will be of interest to lots
121+
of people) send it to rsync@samba.org
122122

123123

124124
CVS TREE
@@ -128,10 +128,10 @@ If you want to get the very latest version of rsync direct from the
128128
source code repository then you can use anonymous cvs. You will need a
129129
recent version of cvs then use the following commands:
130130

131-
cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot login
131+
cvs -d :pserver:cvs@cvs.samba.org:/cvsroot login
132132
Password: cvs
133133

134-
cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co rsync
134+
cvs -d :pserver:cvs@cvs.samba.org:/cvsroot co rsync
135135

136136
Look at the cvs documentation for more details.
137137

@@ -142,18 +142,13 @@ COPYRIGHT
142142
Rsync was written by Andrew Tridgell and Paul Mackerras, and is
143143
available under the Gnu Public License.
144144

145-
tridge@samba.anu.edu.au
145+
tridge@samba.org
146146
paulus@cs.anu.edu.au
147147

148148

149149
AVAILABILITY
150150
------------
151151

152-
The main ftp site for rsync is ftp://samba.anu.edu.au/pub/rsync
153-
This is also available as rsync://samba.anu.edu.au/rsyncftp/
154-
155-
Mirrors are available at:
156-
157-
ftp://sunsite.auc.dk/pub/unix/rsync
158-
ftp://ftp.sunet.se/pub/unix/admin/rsync
159-
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
152+
The main web site for rsync is http://rsync.samba.org/
153+
The main ftp site is ftp://rsync.samba.org/pub/rsync/
154+
This is also available as rsync://rsync.samba.org/rsyncftp/

lib/snprintf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* missing. Some systems only have snprintf() but not vsnprintf(), so
4646
* the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF.
4747
*
48-
* Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998
48+
* Andrew Tridgell (tridge@samba.org) Oct 1998
4949
* fixed handling of %.0f
5050
* added test for HAVE_LONG_DOUBLE
5151
*

options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void usage(int F)
142142
rprintf(F,"the block size defaults to %d\n",BLOCK_SIZE);
143143

144144
rprintf(F,"\nPlease see the rsync(1) and rsyncd.conf(5) man pages for full documentation\n");
145-
rprintf(F,"See http://samba.anu.edu.au/rsync/ for updates and bug reports\n");
145+
rprintf(F,"See http://rsync.samba.org/ for updates and bug reports\n");
146146
}
147147

148148
enum {OPT_VERSION,OPT_SUFFIX,OPT_SENDER,OPT_SERVER,OPT_EXCLUDE,

rsync.yo

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mailto(rsync-bugs@samba.anu.edu.au)
1+
mailto(rsync-bugs@samba.org)
22
manpage(rsync)(1)(11 Nov 1998)()()
33
manpagename(rsync)(faster, flexible replacement for rcp)
44
manpagesynopsis()
@@ -708,7 +708,7 @@ values
708708
see also the comments on the --delete option
709709

710710
Please report bugs! The rsync bug tracking system is online at
711-
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/)
711+
url(http://rsync.samba.org/rsync/)(http://rsync.samba.org/rsync/)
712712

713713
manpagesection(VERSION)
714714
This man page is current for version 2.0 of rsync
@@ -718,16 +718,16 @@ manpagesection(CREDITS)
718718
rsync is distributed under the GNU public license. See the file
719719
COPYING for details.
720720

721-
The primary ftp site for rsync is
722-
url(ftp://samba.anu.edu.au/pub/rsync)(ftp://samba.anu.edu.au/pub/rsync).
723-
724721
A WEB site is available at
725-
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/)
722+
url(http://rsync.samba.org/)(http://rsync.samba.org/)
723+
724+
The primary ftp site for rsync is
725+
url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync).
726726

727727
We would be delighted to hear from you if you like this program.
728728

729-
This program uses the zlib compression library written by Jean-loup
730-
Gailly and Mark Adler.
729+
This program uses the excellent zlib compression library written by
730+
Jean-loup Gailly and Mark Adler.
731731

732732
manpagesection(THANKS)
733733

@@ -739,6 +739,6 @@ probably missed some people, my apologies if I have.
739739
manpageauthor()
740740

741741
rsync was written by Andrew Tridgell and Paul Mackerras. They may be
742-
contacted via email at tridge@samba.anu.edu.au and
742+
contacted via email at tridge@samba.org and
743743
Paul.Mackerras@cs.anu.edu.au
744744

rsyncd.conf.yo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mailto(rsync-bugs@samba.anu.edu.au)
1+
mailto(rsync-bugs@samba.org)
22
manpage(rsyncd.conf)(5)(18 Nov 1998)()()
33
manpagename(rsyncd.conf)(configuration file for rsync server)
44
manpagesynopsis()
@@ -391,7 +391,7 @@ client. this means a client may be mystified as to why a transfer
391391
failed. The error will have been logged by syslog on the server.
392392

393393
Please report bugs! The rsync bug tracking system is online at
394-
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/)
394+
url(http://rsync.samba.org/)(http://rsync.samba.org/)
395395

396396
manpagesection(VERSION)
397397
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
402402
COPYING for details.
403403

404404
The primary ftp site for rsync is
405-
url(ftp://samba.anu.edu.au/pub/rsync)(ftp://samba.anu.edu.au/pub/rsync).
405+
url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync).
406406

407407
A WEB site is available at
408-
url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/)
408+
url(http://rsync.samba.org/)(http://rsync.samba.org/)
409409

410410
We would be delighted to hear from you if you like this program.
411411

@@ -421,6 +421,6 @@ documentation!
421421
manpageauthor()
422422

423423
rsync was written by Andrew Tridgell and Paul Mackerras. They may be
424-
contacted via email at tridge@samba.anu.edu.au and
424+
contacted via email at tridge@samba.org and
425425
Paul.Mackerras@cs.anu.edu.au
426426

support/rsyncstats

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# script that comes with wuftpd
1919
#
2020
# Andrew Tridgell, October 1998
21-
# rsync-bugs@samba.anu.edu.au
21+
# rsync-bugs@samba.org
2222
#
2323
# ---------------------------------------------------------------------------
2424

tech_report.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,6 @@ \section{Availability}
305305

306306
An implementation of rsync which provides a convenient interface
307307
similar to the common UNIX command rcp has been written and is
308-
available for download from ftp://samba.anu.edu.au/pub/rsync.
308+
available for download from http://rsync.samba.org/
309309

310310
\end{document}

0 commit comments

Comments
 (0)