--- mcore-src/trunk/mcore-tools/daemon/include/daemon.global.class 2013/05/08 11:20:11 2052 +++ mcore-src/trunk/mcore-tools/daemon/include/daemon.global.class 2013/05/10 09:09:36 2073 @@ -411,6 +411,7 @@ -mindepth) shift; opts+=" -mindepth $1" ;; -maxdepth) shift; opts+=" -maxdepth $1" ;; -type) shift; type="$1" ;; + -name) shift; opts+="-name $1" ;; '') continue ;; *) path="$1" ;; esac