Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

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

revision 1622 by niro, Thu Dec 9 09:06:33 2010 UTC revision 1715 by niro, Tue Jan 25 09:36:42 2011 UTC
# Line 582  import_settings_local() Line 582  import_settings_local()
582   # set system state to 'already configured'   # set system state to 'already configured'
583   touch /etc/alxconfig-ng/state/configured   touch /etc/alxconfig-ng/state/configured
584    
585     # install slim desktopmanager configuration
586     cat ${ALX_SKELETONS}/slim/slim.conf > /etc/slim.conf
587     sed -i "s:@@USERNAME@@:${ALX_UNPRIV_USER}:" /etc/slim.conf
588    
589     # install a sane xinitrc
590     echo "exec startfluxbox" > ${ALX_UNPRIV_HOME}/.xinitrc
591    
592   # if only an recheck was forced than abort now   # if only an recheck was forced than abort now
593   [[ ${ALX_FORCED_RECHECK} = true ]] && return 0   [[ ${ALX_FORCED_RECHECK} = true ]] && return 0
594    

Legend:
Removed from v.1622  
changed lines
  Added in v.1715