Magellan Linux

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

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

revision 2272 by niro, Thu Aug 15 08:59:24 2013 UTC revision 2273 by niro, Fri Oct 25 07:40:31 2013 UTC
# Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}" Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}"
86  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"
87  # Default fetch options for wget  # Default fetch options for wget
88  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
89    # Default update method for the package database - 'rsync' or 'tarball' method can be selected
90    MAGE_UPDATE_METHOD="tarball"
91    
92  # All supported global features in mage/smage:  # All supported global features in mage/smage:
93  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front

Legend:
Removed from v.2272  
changed lines
  Added in v.2273