--- alx-src/trunk/alxconfig-ng/init.d/alxsettings 2005/10/10 21:06:03 357 +++ alx-src/trunk/alxconfig-ng/init.d/alxsettings 2005/10/10 21:19:08 359 @@ -11,7 +11,7 @@ #%before: #%after: -# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/init.d/alxsettings,v 1.25 2005-10-10 21:06:03 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/init.d/alxsettings,v 1.26 2005-10-10 21:19:08 niro Exp $ # checks first if the client was already configured and if it has an valid serial # if not it runs the autoconfiguration script @@ -753,7 +753,7 @@ [ -d ${ALX_UNPRIV_HOME} ] && rm -rf ${ALX_UNPRIV_HOME} # remove all ica-sessions - find ${ALX_ICA_SESSIONS} -type -f -name '*.ica' | xargs rm + find ${ALX_ICA_SESSIONS} -type f -name '*.ica' | xargs rm # remove all old nics and modules configs find /etc/conf.d -type f -name 'net.*' | xargs rm