Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/mcored.sh

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

revision 1304 by niro, Fri Feb 4 19:51:25 2011 UTC revision 1305 by niro, Sun Feb 6 23:46:25 2011 UTC
# Line 64  do Line 64  do
64   get*) run_class ${line} ;;   get*) run_class ${line} ;;
65   set*) run_class ${line} ;;   set*) run_class ${line} ;;
66   auth*) validate_auth ${line/auth /} ;;   auth*) validate_auth ${line/auth /} ;;
67   provide) print_provide ;;   provide) valid_session && print_provide ;;
68   require) verify_requirements ;;   require) valid_session && verify_requirements ;;
69     nocolors) export NOCOLORS="true" ;;
70     webcrlf) export WEBCRLF="true" ;;
71   help*)   help*)
72   if validate_session   if valid_session
73   then   then
74   if [[ ${line} = help ]]   if [[ ${line} = help ]]
75   then   then
# Line 88  do Line 90  do
90   ;;   ;;
91   esac   esac
92  done  done
93    

Legend:
Removed from v.1304  
changed lines
  Added in v.1305