Magellan Linux

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

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

revision 2490 by niro, Thu Sep 10 13:16:57 2015 UTC revision 2491 by niro, Thu Sep 10 13:29:34 2015 UTC
# Line 34  set_hardware_detect() Line 34  set_hardware_detect()
34   # set hostname to MCORE_DEFAULT_HOSTNAME   # set hostname to MCORE_DEFAULT_HOSTNAME
35   import_resource cfg_network "${serial}" hostname "${MCORE_DEFAULT_HOSTNAME}"   import_resource cfg_network "${serial}" hostname "${MCORE_DEFAULT_HOSTNAME}"
36   fi   fi
37     if [[ -z $(mysqldo "select domain from cfg_network where serial=${serial};") ]]
38     then
39     # set domain to MCORE_DEFAULT_DOMAIN
40     import_resource cfg_network "${serial}" domain "${MCORE_DEFAULT_DOMAIN}"
41     fi
42    
43   nsslsay_queue_init   nsslsay_queue_init
44   nsslsay_queue_add "nocolors"   nsslsay_queue_add "nocolors"

Legend:
Removed from v.2490  
changed lines
  Added in v.2491