--- alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/05 17:17:49 444 +++ alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings 2008/06/05 17:23:07 448 @@ -11,7 +11,7 @@ #%before: #%after: -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.9 2008-06-05 17:17:49 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.10 2008-06-05 17:23:07 niro Exp $ # checks first if the client was already configured and if it has an valid serial # if not it runs the autoconfiguration script @@ -639,29 +639,6 @@ reboot } -onboot_interface_list() -{ - local file - local devices - local iface - - # get list of all devices - for file in $@ - do - if [[ $(read_value ONBOOT ${file}) = yes ]] - then - iface="$(basename ${file} | sed s/net.//)" - # exclude backup files - case "${iface}" in - *~) ;; - *) devices="${devices} $(basename ${file} | sed s/net.//)" ;; - esac - fi - done - - echo "${devices}" -} - # read values from net.* files read_value() {