From 75cb21f40718da1117e88643839ad5d9c53afcb7 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 8 Sep 2005 21:15:11 +0000 Subject: [PATCH] start lance driver too if/when selected --- etc/usr/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0