[Lunar-commits] <lunar> Yet another hack to fix the double "/" problem in MIRRORS, especially SFORGE.
Terry Chan
tchan at lunar-linux.org
Mon Jul 2 04:43:06 CEST 2012
commit e0e144c50b44efc8a27a97f461aad6ebbe783a65
Author: Terry Chan <tchan at lunar-linux.org>
Date: Fri Jun 24 13:24:15 2005 +0000
Yet another hack to fix the double "/" problem in MIRRORS, especially SFORGE.
---
etc/lunar/config | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/etc/lunar/config b/etc/lunar/config
index 5a35299..376a066 100755
--- a/etc/lunar/config
+++ b/etc/lunar/config
@@ -74,13 +74,13 @@ export DIALOGRC=/etc/lunar/dialogrc
MD5SUM_CHECK=${MD5SUM_CHECK:=on}
SYM_CHECK=${SYM_CHECK:=off}
- GNU_URL=ftp://ftp.gnu.org/pub/gnu/
- KDE_URL=ftp://ftp.kde.org/pub/kde/
- GNOME_URL=ftp://ftp.gnome.org/pub/GNOME/
- KERNEL_URL=ftp://ftp.kernel.org/
- SFORGE_URL=http://osdn.dl.sourceforge.net/sourceforge/
- XFREE86_URL=ftp://ftp.xfree86.org/pub/XFree86/
- LRESORT_URL=http://lunar-linux.org/lunar/cache/
+ GNU_URL=ftp://ftp.gnu.org/pub/gnu
+ KDE_URL=ftp://ftp.kde.org/pub/kde
+ GNOME_URL=ftp://ftp.gnome.org/pub/GNOME
+ KERNEL_URL=ftp://ftp.kernel.org
+ SFORGE_URL=http://osdn.dl.sourceforge.net/sourceforge
+ XFREE86_URL=ftp://ftp.xfree86.org/pub/XFree86
+ LRESORT_URL=http://lunar-linux.org/lunar/cache
MOONBASE_URL[0]=http://lunar-linux.org/lunar/
MOONBASE_URL[1]=http://tx-us.lunar-linux.org/lunar/
More information about the Lunar-commits
mailing list