Bug 169193

Summary: Harmonize canadian mirrors
Product: Documentation Reporter: Alain AUDEBERT <deuza>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alain AUDEBERT 2012-06-18 10:20:13 UTC
In http://svnweb.freebsd.org/doc/head/share/sgml/mirrors.xml?view=markup (line 416) :

<url proto="ftp">ftp://ftp2.ca.FreeBSD.org/</url>

Can be replace by :

<url proto="ftp">ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/</url>

Fix: 

Change line 416 by :
<url proto="ftp">ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/</url>
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2012-06-18 10:43:43 UTC
Responsible Changed
From-To: freebsd-doc->bcr

Take this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-18 19:02:28 UTC
Author: bcr
Date: Mon Jun 18 18:02:14 2012
New Revision: 39062
URL: http://svn.freebsd.org/changeset/doc/39062

Log:
  Harmonize URL of the canadian ftp2-mirror.
  
  PR:		docs/169193
  Submitted by:	Alain AUDEBERT (deuza fr FreeBSD org)

Modified:
  head/share/sgml/mirrors.xml

Modified: head/share/sgml/mirrors.xml
==============================================================================
--- head/share/sgml/mirrors.xml	Mon Jun 18 12:02:27 2012	(r39061)
+++ head/share/sgml/mirrors.xml	Mon Jun 18 18:02:14 2012	(r39062)
@@ -413,7 +413,7 @@
 
     <host type="ftp">
       <name>ftp2.ca.FreeBSD.org</name>
-      <url proto="ftp">ftp://ftp2.ca.FreeBSD.org/</url>
+      <url proto="ftp">ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/</url>
     </host>
 
     <host type="ftp">
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2012-06-18 19:03:48 UTC
State Changed
From-To: open->closed

Patch committed, thanks for submitting the PR. Closed!