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 236 by niro, Thu Mar 10 01:11:38 2005 UTC revision 237 by niro, Thu Mar 10 01:13:05 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_sessions.sh,v 1.1 2005-03-10 01:10:47 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_sessions.sh,v 1.2 2005-03-10 01:13:05 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 84  config_sessions() Line 84  config_sessions()
84    
85   # now we generate the desktop icons   # now we generate the desktop icons
86   cat ${ALX_SKELETONS}/idesk/ideskrc \   cat ${ALX_SKELETONS}/idesk/ideskrc \
87   >> ${ALX_UNPRIV_HOME}/.ideskrc   > ${ALX_UNPRIV_HOME}/.ideskrc
88    
89   # whipe out old stuff and install a fresh directory   # whipe out old stuff and install a fresh directory
90   [ -d ${ALX_UNPRIV_HOME}/.idesktop ] && rm -rf ${ALX_UNPRIV_HOME}/.idesktop   [ -d ${ALX_UNPRIV_HOME}/.idesktop ] && rm -rf ${ALX_UNPRIV_HOME}/.idesktop

Legend:
Removed from v.236  
changed lines
  Added in v.237