From 088d7668f73fd295d34d86854e4624268d035d69 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 14 Sep 2001 17:47:54 +0000 Subject: pptp-adsl instead of pptp-adsl-fr --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') 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; -- cgit v1.2.1