Hi,
As Miod's comment on ftp.html and ftplist files, I'm sending my request to
here.
The Turkish mirror ftp.linux.org.tr now needs to change the
directory layout.
Links to mirror is given as "ftp://ftp.linux.org.tr/OpenBSD" in:
* ftp://ftp.openbsd.org/pub/OpenBSD/ftplist
* src/distrib/notes/mirror
* www/ftp.html
we want to add a "/pub" into the URL.
Becoming "ftp://ftp.linux.org.tr/pub/OpenBSD"
Patches for last two is below.
We setup rsync access to our FTP archive too.
A new rsync mirror for Turkey is located at
rsync://ftp.linux.org.tr::OpenBSD
The last patch also includes this change in ftp.html
We'll be glad to se if any developer with CVS access can make the changes
in the CVS tree and the one who has access to ftp can fix the ftplist
file.
A new CVSup mirror is also working with all collections available in the
same machine ftp.linux.org.tr. I've already sent details to Brian Somers.
I'm sure he'll update the cvsup.html as soons as he finds time.
Regards,
-bdd
-----------------------------------------8<---[ cut here ]---------------
Index: distrib/notes/mirrors
===================================================================
RCS file: /cvs/src/distrib/notes/mirrors,v
retrieving revision 1.40
diff -u -r1.40 mirrors
--- mirrors 2003/04/06 22:04:13 1.40
+++ mirrors 2003/04/15 16:45:36
@@ -121,7 +121,7 @@
ftp://ftp.kmitl.ac.th/pub/OpenBSD
Turkey:
- ftp://ftp.linux.org.tr/OpenBSD
+ ftp://ftp.linux.org.tr/pub/OpenBSD
United Kingdom:
ftp://ftp.plig.org/pub/OpenBSD (London)
Index: ftp.html
===================================================================
RCS file: /cvs/www/ftp.html,v
retrieving revision 1.221
diff -u -r1.221 ftp.html
--- ftp.html 2003/04/06 22:04:23 1.221
+++ ftp.html 2003/04/15 17:01:43
@@ -446,8 +446,8 @@
<td>
<strong>Turkey</strong>
</td><td>
- <a href="ftp://ftp.linux.org.tr/OpenBSD/">
- ftp://ftp.linux.org.tr/OpenBSD/</a>
+ <a href="ftp://ftp.linux.org.tr/pub/OpenBSD/">
+ ftp://ftp.linux.org.tr/pub/OpenBSD/</a>
</td>
</tr><tr>
<td>
@@ -953,6 +953,12 @@
</td>
</tr><tr>
<td>
+ <strong>Turkey</strong>
+ </td><td>
+ rsync://ftp.linux.org.tr::OpenBSD/
+ </td>
+ </tr><tr>
+ <td>
<strong>United Kingdom (London)</strong>
</td><td>
rsync://rsync.plig.org::OpenBSD/
@@ -1124,7 +1130,7 @@
<hr>
<a href="index.html"><img height=24 width=24 src=back.gif border=0
alt=OpenBSD></a>
<a href="mailto:www@xxxxxxxxxxx">www@xxxxxxxxxxx</a>
-<br><small>$OpenBSD: ftp.html,v 1.221 2003/04/06 22:04:23 miod Exp
$</small>
+<br><small>$OpenBSD: ftp.html,v 1.220 2003/03/05 16:41:59 nick Exp
$</small>
</body>
</html>
----------------------------------------------[ cut here ]--->8----------
|