Magellan Linux

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

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

revision 2156 by niro, Wed Aug 14 07:25:43 2013 UTC revision 2223 by niro, Wed Oct 16 07:44:53 2013 UTC
# Line 3288  need_busybox_support() Line 3288  need_busybox_support()
3288   do   do
3289   if [[ -x ${busybox} ]]   if [[ -x ${busybox} ]]
3290   then   then
3291   if [[ $(readlink $(which ${cmd})) = ${busybox} ]]   if [[ $(readlink $(type -P ${cmd})) = ${busybox} ]]
3292   then   then
3293   # needs busybox support   # needs busybox support
3294   return 0   return 0
# Line 3351  known_mage_feature() Line 3351  known_mage_feature()
3351  {  {
3352   local feature="$1"   local feature="$1"
3353   local retval   local retval
3354    
3355   case "${feature}" in   case "${feature}" in
3356   autosvc|!autosvc) retval=0 ;;   autosvc|!autosvc) retval=0 ;;
3357   buildlog|!buildlog) retval=0 ;;   buildlog|!buildlog) retval=0 ;;
# Line 3360  known_mage_feature() Line 3360  known_mage_feature()
3360   compressdoc|!compressdoc) retval=0 ;;   compressdoc|!compressdoc) retval=0 ;;
3361   debug|!debug) retval=0 ;;   debug|!debug) retval=0 ;;
3362   distcc|!distcc) retval=0 ;;   distcc|!distcc) retval=0 ;;
3363     icecc|!icecc) retval=0 ;;
3364   kernelsrcunpack|!kernelsrcunpack) retval=0 ;;   kernelsrcunpack|!kernelsrcunpack) retval=0 ;;
3365   libtool|!libtool) retval=0 ;;   libtool|!libtool) retval=0 ;;
3366   linuxsymlink|!linuxsymlink) retval=0 ;;   linuxsymlink|!linuxsymlink) retval=0 ;;

Legend:
Removed from v.2156  
changed lines
  Added in v.2223