Magellan Linux

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

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

revision 3460 by niro, Fri Apr 13 17:13:56 2012 UTC revision 3461 by niro, Fri Apr 13 17:15:03 2012 UTC
# Line 812  reset_system_settings() Line 812  reset_system_settings()
812    
813   # remove all user settings   # remove all user settings
814   [ -d ${ALX_UNPRIV_HOME} ] && rm -rf ${ALX_UNPRIV_HOME}   [ -d ${ALX_UNPRIV_HOME} ] && rm -rf ${ALX_UNPRIV_HOME}
815     install -o ${ALX_UNPRIV_USER} -g ${ALX_UNPRIV_GROUP} -d ${ALX_UNPRIV_HOME}
816    
817   # remove all ica-sessions   # remove all ica-sessions
818   find ${ALX_ICA_SESSIONS} -type f -name '*.ica' | xargs --no-run-if-empty rm   find ${ALX_ICA_SESSIONS} -type f -name '*.ica' | xargs --no-run-if-empty rm

Legend:
Removed from v.3460  
changed lines
  Added in v.3461