Magellan Linux

Diff of /tags/mage-0_4_99/etc/mage.rc.example

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

revision 1638 by niro, Fri Jan 13 18:22:18 2012 UTC revision 1683 by niro, Mon Feb 6 10:18:43 2012 UTC
# Line 8  RSYNC="rsync://magellan-linux.de/mage-ix Line 8  RSYNC="rsync://magellan-linux.de/mage-ix
8    
9  # All supported global features in mage/smage:  # All supported global features in mage/smage:
10  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front
 # Please use the MAGE_FEATURES array to override these settings in local mage.rc  
11  #  #
12  #      autosvc|!autosvc  #      autosvc|!autosvc
13  #          * Automatically start/stop/restarts services on installation  #          * Automatically start/stop/restarts services on installation
# Line 36  RSYNC="rsync://magellan-linux.de/mage-ix Line 35  RSYNC="rsync://magellan-linux.de/mage-ix
35  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
36  #          * For developers only  #          * For developers only
37  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
38  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
39  #      libtool|!libtool  #      libtool|!libtool
40  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
41  #          * For developers only  #          * For developers only
42  #      linuxsymlink|!linuxsymlink  #      linuxsymlink|!linuxsymlink
43  #          * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version  #          * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version
44  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
 #      pkgbuild|!pkgbuild  
 #          * Enables or disables the package build process  
 #          * !buildpkg feature is only intended to be used for special-cases,  
 #          * like virtuals and not to be a global feature. Use this with care.  
 #          * Only disable this feature, if you know what you are doing!  
 #          * For developers only  
45  #      purge|!purge  #      purge|!purge
46  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
47  #          * Do not touch this feature if you don't know what you are doing  #          * Do not touch this feature if you don't know what you are doing

Legend:
Removed from v.1638  
changed lines
  Added in v.1683