Magellan Linux

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

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

revision 1624 by niro, Tue Jan 10 15:47:08 2012 UTC revision 1625 by niro, Fri Jan 13 13:06:13 2012 UTC
# Line 66  mchecksum() Line 66  mchecksum()
66   case ${method} in   case ${method} in
67   md5) cmd="md5sum" ;;   md5) cmd="md5sum" ;;
68   sha256) cmd="sha256sum" ;;   sha256) cmd="sha256sum" ;;
69   *) die "mchecksum(): unkown method '${method}'" ;;   *) die "mchecksum(): unknown method '${method}'" ;;
70   esac   esac
71    
72   if [[ -d ${rundir} ]]   if [[ -d ${rundir} ]]
# Line 3326  msetfeature() Line 3326  msetfeature()
3326    
3327   if ! known_mage_feature "${feature}"   if ! known_mage_feature "${feature}"
3328   then   then
3329   [[ ${FVERBOSE} = off ]] || echo "unkown feature ${feature}, ignoring it"   [[ ${FVERBOSE} = off ]] || echo "unknown feature ${feature}, ignoring it"
3330   return 3   return 3
3331   fi   fi
3332    

Legend:
Removed from v.1624  
changed lines
  Added in v.1625