#!/bin/sed
# normal user will always find their files on our mirrors, so this will be used only by developers

# ac.uk was the only mirror with parted-1.6.20, and it's fast enough
s,^http://ftp.gnu.org/gnu/,http://www.mirror.ac.uk/mirror/ftp.gnu.org/gnu/,

#s,^ftp://ftp.kde.org/pub/kde/,http://ibiblio.org/pub/mirrors/kde/,

# sourceforge hell
s,^http://.*dl.\(sourceforge\|sf\).net/sourceforge/,http://prdownloads.sourceforge.net/,

# Apache downloads
s,^http://dl.apache.org/,http://www.eu.apache.org/,

