diff options
author | damien <damien@mandriva.com> | 2001-09-14 17:47:54 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-09-14 17:47:54 +0000 |
commit | 088d7668f73fd295d34d86854e4624268d035d69 (patch) | |
tree | 6a349a9ab54133ab640896d662e396eaf43e3d62 /perl-install/network | |
parent | 3bd2c253380344880bc99ab40aee72969f797906 (diff) | |
download | drakx-088d7668f73fd295d34d86854e4624268d035d69.tar drakx-088d7668f73fd295d34d86854e4624268d035d69.tar.gz drakx-088d7668f73fd295d34d86854e4624268d035d69.tar.bz2 drakx-088d7668f73fd295d34d86854e4624268d035d69.tar.xz drakx-088d7668f73fd295d34d86854e4624268d035d69.zip |
pptp-adsl instead of pptp-adsl-fr
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index a5a8adcbf..8eff7212c 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -39,7 +39,7 @@ If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("u go_ethernet($netc, $intf, 'dhcp', '', '', $first_time) or goto conf_adsl_step1; } if ($type eq 'pptp') { - $in->do_pkgs->install(qw(pptp-adsl-fr)); + $in->do_pkgs->install(qw(pptp-adsl)); $netcnx->{type} = "adsl_$type"; $netcnx->{"adsl_$type"} = {}; adsl_conf($netcnx->{"adsl_$type"}, $netc, $intf, $type) or goto conf_adsl_step1; |