From ef34088ae99aa20e30bfaad93754c310614a29c6 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 16 Apr 2007 00:49:51 +0000 Subject: [PATCH] * changed download translations to use surfnet instead of the dead heanet for sourceforge, and none for gnu.org git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20714 10447126-35f2-4685-b0cf-6dd780d3921f --- etc/download.sed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/download.sed b/etc/download.sed index f18cd1b..48f8951 100644 --- a/etc/download.sed +++ b/etc/download.sed @@ -16,13 +16,13 @@ # normal user will always find their files on our mirrors, so this will be used only by developers -s,^http://ftp.gnu.org/gnu/,http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/, +#s,^http://ftp.gnu.org/gnu/,http://ftp.belnet.be/mirror/ftp.gnu.org/gnu/, s,^http://www.mysql.org/Downloads/,http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/, #s,^ftp://ftp.kde.org/pub/kde/,http://ibiblio.org/pub/mirrors/kde/, # loadbalancer is working weird these days -s,^http://.*dl.\(sourceforge\|sf\).net/,http://heanet.dl.sourceforge.net/, +s,^http://.*dl.\(sourceforge\|sf\).net/,http://surfnet.dl.sourceforge.net/, # PostgreSQL Team does not like us to use their ftp s,^ftp://ftp.postgresql.org/pub/source/,ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/,