Magellan Linux

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

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

revision 2641 by niro, Tue Sep 29 11:54:01 2015 UTC revision 2642 by niro, Thu Oct 8 10:23:56 2015 UTC
# Line 53  help_citrix_session() Line 53  help_citrix_session()
53   mecho "   user       - user inside the session - optional"   mecho "   user       - user inside the session - optional"
54   mecho "   domain     - logon domain of the user - optional"   mecho "   domain     - logon domain of the user - optional"
55   mecho "   password   - password of the user - optional"   mecho "   password   - password of the user - optional"
56     mecho "   autostart  - session autostart 0=off 1=on- optional"
57  }  }
58    
59  set_citrix_session()  set_citrix_session()
# Line 65  set_citrix_session() Line 66  set_citrix_session()
66   local domain="${CLASS_ARGV[5]}"   local domain="${CLASS_ARGV[5]}"
67   local password="${CLASS_ARGV[6]}"   local password="${CLASS_ARGV[6]}"
68   local serverlist="${CLASS_ARGV[7]}"   local serverlist="${CLASS_ARGV[7]}"
69     local autostart="${CLASS_ARGV[8]}"
70   local i   local i
71   local opts   local opts
72    
# Line 101  set_citrix_session() Line 103  set_citrix_session()
103   --user "${user}" \   --user "${user}" \
104   --domain "${domain}" \   --domain "${domain}" \
105   --password "${password}" \   --password "${password}" \
106     --autostart "${autostart}" \
107   ${opts}   ${opts}
108   ;;   ;;
109    

Legend:
Removed from v.2641  
changed lines
  Added in v.2642