Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage4.functions.sh

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

revision 1599 by niro, Fri Dec 30 10:07:18 2011 UTC revision 1603 by niro, Tue Jan 3 16:17:48 2012 UTC
# Line 3305  known_mage_feature() Line 3305  known_mage_feature()
3305    
3306  load_mage_features()  load_mage_features()
3307  {  {
  echo -en "${COLBLUE}---${COLGREEN} Loading mage-features... ${COLDEFAULT}"  
3308   for i in ${MAGE_FEATURES_GLOBAL[*]} ${MAGE_FEATURES[*]}   for i in ${MAGE_FEATURES_GLOBAL[*]} ${MAGE_FEATURES[*]}
3309   do   do
3310   FVERBOSE=off msetfeature ${i}   FVERBOSE=off msetfeature ${i}
3311   done   done
   
  echo -e "${COLGREEN}done${COLDEFAULT}"  
3312  }  }
3313    
3314  msetfeature()  msetfeature()

Legend:
Removed from v.1599  
changed lines
  Added in v.1603