start lance driver too if/when selected

This commit is contained in:
Ben Gras 2005-09-08 21:15:11 +00:00
parent 817572d04d
commit 75cb21f407

View File

@ -92,7 +92,7 @@ start)
fi fi
# start only network drivers that are in use # start only network drivers that are in use
for driver in rtl8139 fxp dpeth dp8390 for driver in lance rtl8139 fxp dpeth dp8390
do do
if grep " $driver " /etc/inet.conf > /dev/null 2>&1 if grep " $driver " /etc/inet.conf > /dev/null 2>&1
then then