From: Ben Gras Date: Thu, 8 Sep 2005 21:15:11 +0000 (+0000) Subject: start lance driver too if/when selected X-Git-Tag: v3.1.0~143 X-Git-Url: http://zhaoyanbai.com/repos/man.delv.html?a=commitdiff_plain;h=75cb21f40718da1117e88643839ad5d9c53afcb7;p=minix.git start lance driver too if/when selected --- diff --git a/etc/usr/rc b/etc/usr/rc index 96c053057..389a1b40d 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -92,7 +92,7 @@ start) fi # start only network drivers that are in use - for driver in rtl8139 fxp dpeth dp8390 + for driver in lance rtl8139 fxp dpeth dp8390 do if grep " $driver " /etc/inet.conf > /dev/null 2>&1 then