Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.global.in

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

trunk/mage/usr/lib/mage/mage.rc.global.in revision 2173 by niro, Thu Aug 15 08:59:24 2013 UTC branches/mage-next/conf/mage.rc.global.in revision 2806 by niro, Tue Sep 2 13:55:19 2014 UTC
# Line 17  VIRTUALDB_FILE="${INSTALLDB}/virtuals" Line 17  VIRTUALDB_FILE="${INSTALLDB}/virtuals"
17  SOURCEDIR="/var/cache/mage/sources"  SOURCEDIR="/var/cache/mage/sources"
18  BINDIR="${BUILDDIR}/builded"  BINDIR="${BUILDDIR}/builded"
19  SMAGESCRIPTSDIR="/var/cache/mage/smage"  SMAGESCRIPTSDIR="/var/cache/mage/smage"
20    SMAGELOGDIR="/var/log/smage"
21    
22  # Set default install root to /  # Set default install root to /
23  : ${MROOT=""}  : ${MROOT=""}
# Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}" Line 87  PACKAGES_SERVER_PATH="packages/${ARCH}"
87  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
88  # Default fetch options for wget  # Default fetch options for wget
89  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
90    # Default update method for the package database - 'rsync' or 'tarball' method can be selected
91    MAGE_UPDATE_METHOD="tarball"
92    
93  # All supported global features in mage/smage:  # All supported global features in mage/smage:
94  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front

Legend:
Removed from v.2173  
changed lines
  Added in v.2806