diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-02-25 16:17:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-02-25 16:17:48 +0000 |
commit | 8087ed1825981cc2b64dd848a33ac89a96d678c8 (patch) | |
tree | 27b54f1b7d7c470017d320e776a83bba9268ada3 /perl-install/network/netconnect.pm | |
parent | 191a3e46865a382063c51d973c070e89a50b9fed (diff) | |
download | drakx-8087ed1825981cc2b64dd848a33ac89a96d678c8.tar drakx-8087ed1825981cc2b64dd848a33ac89a96d678c8.tar.gz drakx-8087ed1825981cc2b64dd848a33ac89a96d678c8.tar.bz2 drakx-8087ed1825981cc2b64dd848a33ac89a96d678c8.tar.xz drakx-8087ed1825981cc2b64dd848a33ac89a96d678c8.zip |
space fixes
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index d79a63f29..98cf34770 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -870,7 +870,7 @@ If you do not know, choose 'use PPPoE'"), }, - adsl_account => + adsl_account => { pre => sub { network::adsl::adsl_probe_info($netcnx, $netc, $adsl_type, $ntf_name); @@ -906,7 +906,7 @@ If you do not know, choose 'use PPPoE'"), }, - adsl_unsupported_eci => + adsl_unsupported_eci => { name => N("The ECI Hi-Focus modem cannot be supported due to binary driver distribution problem. @@ -915,7 +915,7 @@ You can find a driver on http://eciadsl.flashtux.org/"), }, - lan => + lan => { pre => $lan_detect, name => N("Select the network interface to configure:"), @@ -950,7 +950,7 @@ Do you really want to reconfigure this device?"), }, - alrd_end => + alrd_end => { name => N("Congratulations, the network and Internet configuration is finished. @@ -985,7 +985,7 @@ Do you really want to reconfigure this device?"), # FIXME: is_install: no return for each card "last step" because of manual popping # better construct an hash of { current_netintf => next_step } which next_step = last_card ? next_eth_step : next_card ? - lan_intf => + lan_intf => { pre => sub { $onboot = $ethntf->{ONBOOT} ? $ethntf->{ONBOOT} =~ /yes/ : bool2yesno(!member($ethntf->{DEVICE}, |