Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcored.in

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

revision 2441 by niro, Thu Sep 3 07:54:18 2015 UTC revision 2442 by niro, Thu Sep 3 13:28:24 2015 UTC
# Line 85  do Line 85  do
85   set) run_class ;;   set) run_class ;;
86   auth) validate_auth ${GLOBAL_ARGV[*]:1} ;;   auth) validate_auth ${GLOBAL_ARGV[*]:1} ;;
87   certauth) validate_auth_certificate ${GLOBAL_ARGV[*]:1} ;;   certauth) validate_auth_certificate ${GLOBAL_ARGV[*]:1} ;;
88     register) valid_session && register_client_local ${GLOBAL_ARGV[*]:1} ;;
89   provide) valid_session && print_provide ;;   provide) valid_session && print_provide ;;
90   require) valid_session && verify_requirements ;;   require) valid_session && verify_requirements ;;
91   reload) valid_session && mecho "reloading client classes ..." && load_classes client ;;   reload) valid_session && mecho "reloading client classes ..." && load_classes client ;;

Legend:
Removed from v.2441  
changed lines
  Added in v.2442