Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/hwinfo/hardware.client.class.in

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

mcore-src/trunk/mcore-tools/daemon/client/include/hardware.client.class revision 2031 by niro, Mon Aug 13 11:47:16 2012 UTC mcore-src/trunk/mcore-tools/src/modules/hwinfo/hardware.client.class.in revision 2269 by niro, Tue Jan 14 10:34:57 2014 UTC
# Line 304  help_hardware_detect() Line 304  help_hardware_detect()
304    
305  get_hardware_detect()  get_hardware_detect()
306  {  {
307   local action="$1"   local action="${CLASS_ARGV[0]}"
308   local class="$2"   local class="${CLASS_ARGV[1]}"
309    
310   # sanity check   # sanity check
311   case "${action}" in   case "${action}" in

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