Magellan Linux

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

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

revision 1627 by niro, Fri Jan 13 13:10:08 2012 UTC revision 1628 by niro, Fri Jan 13 13:13:14 2012 UTC
# Line 3329  msetfeature() Line 3329  msetfeature()
3329    
3330   if ! known_mage_feature "${feature}"   if ! known_mage_feature "${feature}"
3331   then   then
3332   [[ ${FVERBOSE} = off ]] || echo "unknown feature ${feature}, ignoring it"   [[ ${FVERBOSE} = off ]] || echo -e "${COLRED}Unknown feature '${feature}', ignoring it${COLDEFAULT}"
3333   return 3   return 3
3334   fi   fi
3335    
# Line 3382  mqueryfeature() Line 3382  mqueryfeature()
3382   fi   fi
3383   done   done
3384   else   else
3385     [[ ${FVERBOSE} = off ]] || echo -e "${COLRED}Unknown feature '${feature}', ignoring it${COLDEFAULT}"
3386   retval=3   retval=3
3387   fi   fi
3388    

Legend:
Removed from v.1627  
changed lines
  Added in v.1628