diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2013-07-18 18:00:44 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2013-07-18 18:00:44 +0000 |
| commit | cc5a92ea21e6f2ec5d976a128315493e7ec0051e (patch) | |
| tree | f4434c76b7ba89334be93b03237e94e2294c7ca2 /share/xml/mirrors.xml | |
| parent | 756a3c51362aff549d65fee3bf6c8e980dd8456e (diff) | |
Comment out two out-of-date mirrors:
ftp://ftp3.ca.FreeBSD.org/pub/FreeBSD/ - 2012
ftp://ftp6.de.FreeBSD.org/pub/FreeBSD/ - 2010
Notes
svn path=/head/; revision=42315
Diffstat (limited to 'share/xml/mirrors.xml')
| -rw-r--r-- | share/xml/mirrors.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/xml/mirrors.xml b/share/xml/mirrors.xml index e905529e17..99bd13c893 100644 --- a/share/xml/mirrors.xml +++ b/share/xml/mirrors.xml @@ -282,12 +282,12 @@ <name>ftp2.ca.FreeBSD.org</name> <url proto="ftp">ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/</url> </host> - +<!-- <host type="ftp"> <name>ftp3.ca.FreeBSD.org</name> <url proto="ftp">ftp://ftp3.ca.FreeBSD.org/pub/FreeBSD/</url> </host> - +--> <email>hostmaster@ca.FreeBSD.org</email> </entry> @@ -521,12 +521,12 @@ <name>ftp5.de.FreeBSD.org</name> <url proto="ftp">ftp://ftp5.de.FreeBSD.org/pub/FreeBSD/</url> </host> - +<!-- <host type="ftp"> <name>ftp6.de.FreeBSD.org</name> <url proto="ftp">ftp://ftp6.de.FreeBSD.org/pub/FreeBSD/</url> </host> - +--> <host type="ftp"> <name>ftp7.de.FreeBSD.org</name> <url proto="ftp">ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/</url> |
