From 4eff584aa8d9fbe794e2d334824a052d4f69ccf4 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 4 Jul 2001 22:14:46 +0000 Subject: modularization continuated --- perl-install/network/netconnect.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 52fd398d0..4f34daa84 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -166,11 +166,7 @@ ifdown eth0 $conf{isdn} and do { require network::isdn; network::isdn::configure($netcnx, $netc) or goto step_2 }; $conf{adsl} and do { require network::adsl; network::adsl::configure($netcnx, $netc, $intf, $first_time) or goto step_2 }; $conf{cable} and do { require network::ethernet; network::ethernet::configure_cable($netcnx, $netc, $intf, $first_time) or goto step_2 }; - $conf{lan} and do { - print "plop2 ------------ $in ----------- \n"; -require network::ethernet; - print "plop3 ------------ $in ----------- \n"; -network::ethernet::configure_lan($netcnx, $netc, $intf, $first_time) or goto step_2 }; + $conf{lan} and do { require network::ethernet; network::ethernet::configure_lan($netcnx, $netc, $intf, $first_time) or goto step_2 }; step_3: -- cgit v1.2.1