Bug 78412

Summary: diff for mirrors.xml (new mirror - www5.ru.freebsd.org)
Product: Documentation Reporter: Vladimir Golubkov <colombo>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vladimir Golubkov 2005-03-04 15:00:40 UTC
Patch to add new ftp/http mirror (www5.ru.freebsd.org and ftp5.ru.freebsd.org) to mirrors.xml

Fix: ----------------------- mirrors.xml.diff ---------------------------


+    <host type="www">
+      <name>www5.ru.FreeBSD.org</name>
+      <url proto="http">http://www5.ru.FreeBSD.org/</url>
+    </host>
+
     <host type="ftp">
       <name>ftp.ru.FreeBSD.org</name>
       <url proto="ftp">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/</url>
@@ -1408,6 +1413,13 @@
     <host type="ftp">
       <name>ftp4.ru.FreeBSD.org</name>
       <url proto="ftp">ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD/</url>
+    </host>
+
+    <host type="ftp">
+      <name>ftp5.ru.FreeBSD.org</name>
+      <url proto="ftp">ftp://ftp5.ru.FreeBSD.org/pub/FreeBSD/</url>
+      <url proto="http">http://ftp5.ru.FreeBSD.org/pub/FreeBSD/</url>
+      <url proto="rsync"></url>
     </host>

     <host type="cvsup">
----------------------- mirrors.xml.diff -----------------------------G95V6yVZHIGUoTdQLkMFuE1A5QmKl675IiZsA4LhGdIOVGnB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- mirrors.xml.old     Fri Mar  4 17:39:09 2005
+++ mirrors.xml Fri Mar  4 17:41:37 2005
@@ -1388,6 +1388,11 @@
       <url proto="http">http://www4.ru.FreeBSD.org/</url>
     </host>
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2005-03-04 15:32:23 UTC
State Changed
From-To: open->closed

Committed, thanks!