Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-system/system.control.class.in

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

revision 2755 by niro, Tue Feb 2 14:11:44 2016 UTC revision 2767 by niro, Wed Feb 10 15:26:23 2016 UTC
# Line 70  control_client_system_passwd() Line 70  control_client_system_passwd()
70   push_config_10_system_passwd "${serial}"   push_config_10_system_passwd "${serial}"
71  }  }
72    
73    help_system_cmdline()
74    {
75     local serial="${CLASS_ARGV[0]}"
76     control_client "${serial}" help system.cmdline
77    }
78    
79    get_system_cmdline()
80    {
81     local serial="${CLASS_ARGV[0]}"
82     local variable="${CLASS_ARGV[1]}"
83    
84     control_client "${serial}" get system.cmdline "${variable}"
85    }
86    
87  push_config_10_system_passwd()  push_config_10_system_passwd()
88  {  {
89   local serial="$1"   local serial="$1"

Legend:
Removed from v.2755  
changed lines
  Added in v.2767