Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 407 by niro, Fri Dec 29 23:44:27 2006 UTC revision 761 by niro, Tue Sep 2 20:31:54 2008 UTC
# Line 1  Line 1 
1  # $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 $
2  #  #
3  # mage.rc.global - global configuration file for mage  # mage.rc.global - global configuration file for mage
4  # will be overidden by /etc/mage.rc  # will be overidden by /etc/mage.rc
# Line 20  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 20  SMAGESCRIPTSDIR="/var/cache/mage/smage"
20  # set default install root to /  # set default install root to /
21  : ${MROOT=""}  : ${MROOT=""}
22    
23    # set default user mage.rc
24    : ${MAGERC="/etc/mage.rc"}
25    
26  # default options  # default options
27  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
28  VERBOSE="on"  VERBOSE="on"
# Line 45  DISTCC_LOG="/var/log/distcc.log" Line 48  DISTCC_LOG="/var/log/distcc.log"
48    
49  # default mirrors  # default mirrors
50  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
51    GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
52    SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"
53    GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"
54    KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
55  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
56  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
57    

Legend:
Removed from v.407  
changed lines
  Added in v.761