--- trunk/mage/usr/lib/mage/mage.rc.global 2011/07/25 12:02:16 1437 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/20 16:01:52 1542 @@ -1,10 +1,10 @@ # $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 +# will be overridden by /etc/mage.rc # -## default locations +## Default locations PKGDIR="/var/cache/mage/packages" SRCPKGDIR="/var/cache/mage/packages/sources" BUILDDIR="/var/tmp/magebuild" @@ -17,13 +17,13 @@ BINDIR="${BUILDDIR}/builded" SMAGESCRIPTSDIR="/var/cache/mage/smage" -# set default install root to / +# Set default install root to / : ${MROOT=""} -# set default user mage.rc +# Set default user mage.rc : ${MAGERC="/etc/mage.rc"} -# default options +# Default options PKGSUFFIX="mpk" VERBOSE="on" MAGEDEBUG="off" @@ -31,13 +31,13 @@ : ${MAGE_UNINSTALL_TIMEOUT="3"} PACKAGES_SERVER_PATH="packages/${ARCH}" -# default fetch options for rsync +# Default fetch options for rsync RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after" -# default fetch options for wget +# Default fetch options for wget WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" -# default build options +# Default build options CHOST="${ARCH}-pc-linux-gnu" CFLAGS="-mtune=${ARCH} -O2 -pipe" CXXFLAGS="${CFLAGS}" @@ -45,13 +45,13 @@ SMAGE_USE_DISTCC="false" MAKEOPTS="-j2" -# distcc specific +# Distcc specific settings #DISTCC_HOSTS="" DISTCC_DIR="${BUILDDIR}/.distcc" DISTCC_VERBOSE="0" DISTCC_LOG="/var/log/distcc.log" -# default mirrors +# 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" @@ -60,8 +60,8 @@ RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs" -# distribution settings -# internal default: MAGE_DISTRIBUTION=stable +# Distribution settings +# Internal default: MAGE_DISTRIBUTION=stable # stable | testing | unstable : ${MAGE_DISTRIBUTION="stable"}