--- alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/04 18:30:03 397 +++ alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/04 21:00:17 418 @@ -11,7 +11,7 @@ #%before: #%after: -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.6 2008-06-04 18:30:03 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.7 2008-06-04 21:00:17 niro Exp $ # checks first if the client was already configured and if it has an valid serial # if not it runs the autoconfiguration script @@ -547,20 +547,6 @@ echo echo -e ${COLMAGENTA}"Importing detected settings to local system"${COLDEFAULT} - if [[ ${ALX_CONFD_NETWORKING} = false ]] - then - #[ ! -d ${SETTINGSPATH} ] && install -d ${SETTINGSPATH} - #echo "${NETCARD_DRIVER}" > ${SETTINGSPATH}/modules - - # set an device alias for modprobe.conf - [ ! -d /etc/modules.d ] && install -d /etc/modules.d - echo "alias eth0 ${NETCARD_DRIVER}" > /etc/modules.d/net.eth0 - - # regenerate modprobe.conf - [ -x $(which modules-update) ] && modules-update || echo "cannot regen modprobe.conf" - evaluate_retval - fi - # set system state to 'already configured' touch /etc/alxconfig-ng/state/configured