Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.example

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

trunk/mage/etc/mage.rc.example revision 1638 by niro, Fri Jan 13 18:22:18 2012 UTC branches/mage-next/conf/mage.rc.example revision 2573 by niro, Wed Jan 29 12:27:04 2014 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 35  RSYNC="rsync://magellan-linux.de/mage-ix Line 34  RSYNC="rsync://magellan-linux.de/mage-ix
34  #          * Enable distcc support in smage  #          * Enable distcc support in smage
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    #      icecc|!icecc
38    #          * Enable icecc support in smage
39    #          * icecream must be installed to use this feature
40    #          * For developers only
41  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
42  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
43  #      libtool|!libtool  #      libtool|!libtool
44  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
45  #          * For developers only  #          * For developers only
46  #      linuxsymlink|!linuxsymlink  #      linuxsymlink|!linuxsymlink
47  #          * 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
48  #          * 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  
49  #      purge|!purge  #      purge|!purge
50  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
51  #          * 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.2573