diff options
author | damien <damien@mandriva.com> | 2002-01-09 19:55:21 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-01-09 19:55:21 +0000 |
commit | 26f364d6608223588dfcc70e12d6a42c27db11a3 (patch) | |
tree | 85360082145755feae4accf6e677bc028fefce92 /perl-install/network/netconnect.pm | |
parent | 03d8c4da420bab98dfe07f0afcaada03bfecf848 (diff) | |
download | drakx-26f364d6608223588dfcc70e12d6a42c27db11a3.tar drakx-26f364d6608223588dfcc70e12d6a42c27db11a3.tar.gz drakx-26f364d6608223588dfcc70e12d6a42c27db11a3.tar.bz2 drakx-26f364d6608223588dfcc70e12d6a42c27db11a3.tar.xz drakx-26f364d6608223588dfcc70e12d6a42c27db11a3.zip |
big merge from update 8.1 with cvs
First part. Part 2 following
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 22baf92b7..3e0029cf5 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -224,7 +224,7 @@ ifdown eth0 } elsif ($nb == 1) { $netc->{internet_cnx_choice} = (keys %{$netc->{internet_cnx}})[0]; } - member($netc->{internet_cnx_choice}, ('modem', 'adsl', 'isdn')) and + member($netc->{internet_cnx_choice}, ('adsl', 'isdn')) and $netc->{at_boot} = $in->ask_yesorno(_("Network Configuration Wizard"), _("Do you want to start the connection at boot?")); if ($netc->{internet_cnx_choice} ) { write_cnx_script($netc); @@ -274,6 +274,7 @@ environnement to avoid hostname changing problem.")); #!/bin/bash if [ -n "\$DISPLAY" ]; then if [ -e /usr/bin/kppp ]; then +/sbin/route del default /usr/bin/kppp & else /usr/sbin/net_monitor --connect |