--- alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/04 16:47:56 386 +++ alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/04 16:52:25 387 @@ -11,7 +11,7 @@ #%before: #%after: -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.1 2008-06-04 16:47:56 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.2 2008-06-04 16:52:25 niro Exp $ # checks first if the client was already configured and if it has an valid serial # if not it runs the autoconfiguration script @@ -644,27 +644,6 @@ # start|stop preliminary_network() { - local module - - if [ -f /etc/alxconfig-ng/state/configured ] - then - # compat for old clients - if [ -f ${SETTINGSPATH}/modules ] - then - # get module name - module=$(cat ${SETTINGSPATH}/modules) - modprobe ${module} - fi - else - # vars used by hwdetect - local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME - local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER - - # get setting from hwdetect - source /etc/sysconfig/hwsetup/knoppix - modprobe ${NETCARD_DRIVER} - fi - case $1 in start) # keeping like always safe: