Magellan Linux

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

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

revision 2463 by niro, Thu Sep 3 13:33:30 2015 UTC revision 2464 by niro, Tue Sep 8 08:21:02 2015 UTC
# Line 44  import_resource() Line 44  import_resource()
44   mysql_insert "${table}",serial="${serial}","${resource}"="${value}"   mysql_insert "${table}",serial="${serial}","${resource}"="${value}"
45  }  }
46    
 nsslsay()  
 {  
  nssl "${IP}" "${PORT}" << EOF  
 auth ${SSLSAY_USER} ${SSLSAY_PASS}  
 $@  
 quit  
 EOF  
 }  
   
47  control_client()  control_client()
48  {  {
49   local serial="$1"   local serial="$1"

Legend:
Removed from v.2463  
changed lines
  Added in v.2464