Magellan Linux

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

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

revision 1251 by niro, Wed Feb 2 21:17:12 2011 UTC revision 1344 by niro, Thu Feb 17 21:15:58 2011 UTC
# Line 16  done Line 16  done
16    
17  # config settings  # config settings
18  source /etc/mcore/config.rc  source /etc/mcore/config.rc
19  source /etc/mcore/serial  #source /etc/mcore/serial
20    
21  # import_hardware_resource()  # import_hardware_resource()
22  # {  # {
# 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) 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 87  do Line 90  do
90   ;;   ;;
91   esac   esac
92  done  done
93    

Legend:
Removed from v.1251  
changed lines
  Added in v.1344