--- trunk/mage/usr/lib/mage/mage.rc.global 2006/12/29 23:44:27 407 +++ trunk/mage/usr/lib/mage/mage.rc.global 2008/09/02 20:31:54 761 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.5 2006-12-29 23:44:27 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.9 2008-09-02 20:31:54 niro Exp $ # # mage.rc.global - global configuration file for mage # will be overidden by /etc/mage.rc @@ -20,6 +20,9 @@ # set default install root to / : ${MROOT=""} +# set default user mage.rc +: ${MAGERC="/etc/mage.rc"} + # default options PKGSUFFIX="mpk" VERBOSE="on" @@ -45,6 +48,10 @@ # default mirrors MIRRORS="http://magellan-linux.de/magellan" +GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu" +SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge" +GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/" +KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable" RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"