Magellan Linux

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

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

revision 1553 by niro, Tue Dec 27 10:52:11 2011 UTC revision 1554 by niro, Tue Dec 27 10:53:47 2011 UTC
# Line 24  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 24  SMAGESCRIPTSDIR="/var/cache/mage/smage"
24  # Set default user mage.rc  # Set default user mage.rc
25  : ${MAGERC="/etc/mage.rc"}  : ${MAGERC="/etc/mage.rc"}
26    
27    # Distribution settings
28    # Internal default: MAGE_DISTRIBUTION=stable
29    # stable | testing | unstable
30    : ${MAGE_DISTRIBUTION="stable"}
31    
32  # Default options  # Default options
33  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
34  VERBOSE="on"  VERBOSE="on"
# Line 66  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s Line 71  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s
71  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
72  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
73    
 # Distribution settings  
 # Internal default: MAGE_DISTRIBUTION=stable  
 # stable | testing | unstable  
 : ${MAGE_DISTRIBUTION="stable"}  
   
74  # enables on-the-fly regeneration of the mage tree via smage2 files.  # enables on-the-fly regeneration of the mage tree via smage2 files.
75  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
76  #REGEN_MAGE_TREE=true  #REGEN_MAGE_TREE=true

Legend:
Removed from v.1553  
changed lines
  Added in v.1554