summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-02-23 15:55:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-02-23 15:55:09 +0000
commit0cb2e4c1870c08cc118d1269cffc7082a14c81fb (patch)
treea3e0ea0f2a83f1f8330fbbc5c78cc864308b7e64 /perl-install/network/ethernet.pm
parenta5771fcb216b0e99c1d2451bb040ea9e231f34f6 (diff)
downloaddrakx-0cb2e4c1870c08cc118d1269cffc7082a14c81fb.tar
drakx-0cb2e4c1870c08cc118d1269cffc7082a14c81fb.tar.gz
drakx-0cb2e4c1870c08cc118d1269cffc7082a14c81fb.tar.bz2
drakx-0cb2e4c1870c08cc118d1269cffc7082a14c81fb.tar.xz
drakx-0cb2e4c1870c08cc118d1269cffc7082a14c81fb.zip
write ethX aliases and ifup/ifdown scripts when configuring a LAN connection
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 4dd7dfaca..fc53e28a5 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -13,7 +13,6 @@ use vars qw(@ISA @EXPORT);
@ISA = qw(Exporter);
@EXPORT = qw(conf_network_card_backend);
-# FIXME: unused code to merge in into wizard
sub write_ether_conf {
my ($in, $netcnx, $netc, $intf) = @_;
configureNetwork2($in, $::prefix, $netc, $intf);