svn commit: r54694 - head/share/xml
Guangyuan Yang
ygy at FreeBSD.org
Fri Nov 20 10:31:05 UTC 2020
Author: ygy
Date: Fri Nov 20 10:31:04 2020
New Revision: 54694
URL: https://svnweb.freebsd.org/changeset/doc/54694
Log:
Disable the ftp2.pl mirror since it is no longer active.
PR: 233434
Reported by: Mateusz Kwiatkowski <kwiat3k at panic.pl>
Approved by: lwhsu (clusteradm)
Modified:
head/share/xml/mirrors.xml
Modified: head/share/xml/mirrors.xml
==============================================================================
--- head/share/xml/mirrors.xml Thu Nov 19 16:36:52 2020 (r54693)
+++ head/share/xml/mirrors.xml Fri Nov 20 10:31:04 2020 (r54694)
@@ -573,7 +573,7 @@
<name>ftp.pl.FreeBSD.org</name>
<url proto="ftp">ftp://ftp.pl.FreeBSD.org/pub/FreeBSD/</url>
</host>
-
+<!--
<host type="ftp">
<name>ftp2.pl.FreeBSD.org</name>
<url proto="http">http://ftp2.pl.FreeBSD.org/pub/FreeBSD/</url>
@@ -581,7 +581,7 @@
<url proto="rsync"></url>
<url proto="rsyncv6"></url>
</host>
-<!--
+
<host type="ftp">
<name>ftp3.pl.FreeBSD.org</name>
<url proto="ftp">ftp://ftp3.pl.FreeBSD.org/pub/FreeBSD/</url>
More information about the svn-doc-head
mailing list