Subject: distfile mirror in france
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-pkg
Date: 12/17/2001 11:38:09
--3V7upXqbjpZ4EhLz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,
I've been using these settings in /etc/mk.conf to check the local mirror
before fetching from the master site for years now. The speedup can be
really significant in some cases (the routing between french ISP and
some foreign coutries is not always optimal), and it's definitvely worth it
when doing a 'make fetch' for a local archive for example.

Does anyone object if I commit this as example for mk.conf ?

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--

--3V7upXqbjpZ4EhLz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff

Index: bsd.pkg.defaults.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/bsd.pkg.defaults.mk,v
retrieving revision 1.12
diff -u -r1.12 bsd.pkg.defaults.mk
--- bsd.pkg.defaults.mk	2001/11/08 12:47:13	1.12
+++ bsd.pkg.defaults.mk	2001/12/17 10:34:32
@@ -1314,4 +1314,10 @@
 #MASTER_SITE_SUNSITE=	ftp://sunsite.org.uk/Mirrors/sunsite.unc.edu/pub/Linux/
 #MASTER_SITE_BACKUP=	ftp://sunsite.org.uk/packages/NetBSD/packages/distfiles/ \
 #	ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/
-
+# France
+#MASTER_SITE_OVERRIDE= \
+#	ftp://ftp2.fr.netbsd.org/pub/NetBSD/packages/distfiles/
+#MASTER_SITE_BACKUP=     \
+#	ftp://ftp2.fr.netbsd.org/pub/NetBSD/packages/distfiles/
+#MASTER_SITE_LOCAL=      \
+#	ftp://ftp.fr.netbsd.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/

--3V7upXqbjpZ4EhLz--