Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/daemon.global.class.in

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

revision 2044 by niro, Wed May 8 11:04:43 2013 UTC revision 2073 by niro, Fri May 10 09:09:36 2013 UTC
# Line 411  list_files_in_directory() Line 411  list_files_in_directory()
411   -mindepth) shift; opts+=" -mindepth $1" ;;   -mindepth) shift; opts+=" -mindepth $1" ;;
412   -maxdepth) shift; opts+=" -maxdepth $1" ;;   -maxdepth) shift; opts+=" -maxdepth $1" ;;
413   -type) shift; type="$1" ;;   -type) shift; type="$1" ;;
414     -name) shift; opts+="-name $1" ;;
415   '') continue ;;   '') continue ;;
416   *) path="$1" ;;   *) path="$1" ;;
417   esac   esac
# Line 444  list_files_in_directory() Line 445  list_files_in_directory()
445    
446   rvecho "${retval}"   rvecho "${retval}"
447  }  }
448    
449    print_version()
450    {
451     echo "mcored-$(<${MCLIBDIR}/VERSION)"
452    }
453    

Legend:
Removed from v.2044  
changed lines
  Added in v.2073