Magellan Linux

Diff of /alx-src/branches/alxconf_20060908/init.d/alxsettings

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

revision 1717 by niro, Tue Jan 25 09:36:42 2011 UTC revision 1718 by niro, Tue Jan 25 10:44:10 2011 UTC
# Line 583  import_settings_local() Line 583  import_settings_local()
583   touch /etc/alxconfig-ng/state/configured   touch /etc/alxconfig-ng/state/configured
584    
585   # install slim desktopmanager configuration   # install slim desktopmanager configuration
586   cat ${ALX_SKELETONS}/slim/slim.conf > /etc/slim.conf   config_display_manager
  sed -i "s:@@USERNAME@@:${ALX_UNPRIV_USER}:" /etc/slim.conf  
   
  # install a sane xinitrc  
  echo "exec startfluxbox" > ${ALX_UNPRIV_HOME}/.xinitrc  
587    
588   # if only an recheck was forced than abort now   # if only an recheck was forced than abort now
589   [[ ${ALX_FORCED_RECHECK} = true ]] && return 0   [[ ${ALX_FORCED_RECHECK} = true ]] && return 0

Legend:
Removed from v.1717  
changed lines
  Added in v.1718