Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/config_sessions.sh

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

revision 240 by niro, Tue Apr 12 20:46:52 2005 UTC revision 241 by niro, Tue Apr 12 20:54:19 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_sessions.sh,v 1.3 2005-04-12 20:45:55 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_sessions.sh,v 1.4 2005-04-12 20:54:16 niro Exp $
2  # configures ica-sessions on the host via mysql db settings  # configures ica-sessions on the host via mysql db settings
3    
4  get_sessions_settings()  get_sessions_settings()
# Line 38  config_sessions() Line 38  config_sessions()
38   local icon   local icon
39    
40   # DEBUG   # DEBUG
41   declare -i i=0  # declare -i i=0
42   echo count=${count}  # echo count=${count}
43   echo "Number of new sessions: ${count}"  # echo "Number of new sessions: ${count}"
44   for ((i=0; i < count; i++))  # for ((i=0; i < count; i++))
45   do  # do
46   echo "${i} - ${ALX_SESSIONS[${i}]}"  # echo "${i} - ${ALX_SESSIONS[${i}]}"
47   done  # done
48    
49   # now setup fluxbox for user station   # now setup fluxbox for user station
50    

Legend:
Removed from v.240  
changed lines
  Added in v.241