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 2269 by niro, Tue Jan 14 10:34:57 2014 UTC revision 2271 by niro, Tue Jan 14 10:50:06 2014 UTC
# Line 54  stop_service() Line 54  stop_service()
54  # run_class $method $caller $argv1 $argv2 ... $argvN  # run_class $method $caller $argv1 $argv2 ... $argvN
55  run_class()  run_class()
56  {  {
57   local method="${GLOBAL_ARGV[0]"   local method="${GLOBAL_ARGV[0]}"
58   local caller="${GLOBAL_ARGV[1]"   local caller="${GLOBAL_ARGV[1]}"
59   local class   local class
60   local cmd   local cmd
61   local i   local i

Legend:
Removed from v.2269  
changed lines
  Added in v.2271