From 711175754aa92d056b47a93042ba68b8ab7807c6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 10 Aug 2004 12:29:51 +0000 Subject: add some FIXME comments in network::netconnect --- perl-install/network/netconnect.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index eb5356f6b..113081cde 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1058,8 +1058,8 @@ I cannot set up this connection type.")), return; format => sub { my ($e) = @_; $e->[0] . ($e->[1] ? " (using module $e->[1])" : "") }, post => sub { - network::ethernet::write_ether_conf(); - $modules_conf->write if $::isStandalone; + network::ethernet::write_ether_conf(); #- FIXME: perl_checker is right, something's missing here + $modules_conf->write if $::isStandalone; #- FIXME: already done in network::ethernet::write_ether_conf() my $_device = network::ethernet::conf_network_card_backend($netc, $intf, $type, $interface->[0], $ipadr, $netadr); return "lan"; }, -- cgit v1.2.1