From fa0f46fd3e5f3c01d23efe2ff952f9a6630beb0d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 23 Jul 2004 06:39:42 +0000 Subject: pptp connections are now handled by pppd (#6515) --- perl-install/network/adsl.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index f2b50186b..8dc439f54 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -270,10 +270,6 @@ user "$adsl->{login}" } "$::prefix/etc/ppp/pppoe.conf"; } -# pptp => { -# connect => "/usr/bin/pptp 10.0.0.138 name $adsl->{login}", -# disconnect => "/usr/bin/killall pptp pppd\n", -# }, # pppoe => { # # we do not call directly pppd, rp-pppoe take care of "plugin rp-pppoe.so" peers option and the like # connect => "LC_ALL=C LANG=C LANGUAGE=C LC_MESSAGES=C /usr/sbin/adsl-start", @@ -285,7 +281,6 @@ user "$adsl->{login}" #- FIXME: #- ppp0 and ippp0 are hardcoded - #- pptp has to be done within pppd (no more use of /usr/bin/pptp) my $kind = $adsl_type eq 'pppoe' ? 'xDSL' : 'ADSL'; output_with_perm("$::prefix/etc/sysconfig/network-scripts/ifcfg-ppp0", 0705, qq(DEVICE=ppp0 ONBOOT=no -- cgit v1.2.1