]> Zhao Yanbai Git Server - minix.git/commitdiff
start lance driver too if/when selected
authorBen Gras <ben@minix3.org>
Thu, 8 Sep 2005 21:15:11 +0000 (21:15 +0000)
committerBen Gras <ben@minix3.org>
Thu, 8 Sep 2005 21:15:11 +0000 (21:15 +0000)
etc/usr/rc

index 96c0530576bad3cae059f5f06aae41cc16685882..389a1b40d31dbc1527ca9af8c7bb95aabe93ac8f 100644 (file)
@@ -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