diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2003-05-02 16:55:33 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2003-05-02 16:55:33 +0000 |
commit | 35abd87e7555f2eee165971606590211f8494c0e (patch) | |
tree | fba362ebce3d2052de63b74c407d729cc240a582 | |
parent | b501550fd329ec675ad88ecde3657bf67aebe588 (diff) | |
download | drakx-backup-do-not-use-35abd87e7555f2eee165971606590211f8494c0e.tar drakx-backup-do-not-use-35abd87e7555f2eee165971606590211f8494c0e.tar.gz drakx-backup-do-not-use-35abd87e7555f2eee165971606590211f8494c0e.tar.bz2 drakx-backup-do-not-use-35abd87e7555f2eee165971606590211f8494c0e.tar.xz drakx-backup-do-not-use-35abd87e7555f2eee165971606590211f8494c0e.zip |
fix typo
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index f2b849144..169945c79 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -92,7 +92,7 @@ I cannot set up this connection type.")) and return; } $::isStandalone and modules::write_conf($prefix); - my $_device = conf_network_card_backend($netc, $intf, $type, $interface, $ipadr, $netadr, $interface); + my $_device = conf_network_card_backend($netc, $intf, $type, $interface, $ipadr, $netadr); # if ( $::isStandalone and !($type eq "dhcp")) { # $in->ask_yesorno(N("Network interface"), # N("I'm about to restart the network device:\n") . $device . N("\nDo you agree?"), 1) and configureNetwork2($in, $prefix, $netc, $intf) and system("$prefix/sbin/ifdown $device;$prefix/sbin/ifup $device"); |