From 560583b07d82602c4deb58d6a08ad7152fd2ed40 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 30 Mar 2005 10:43:10 +0000 Subject: fctStartAdsl is moved in /sbin too --- perl-install/network/adsl.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index b866f3a9f..28147b12b 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -104,6 +104,7 @@ sub sagem_set_parameters { s/Encapsulation=.*\n/Encapsulation=$l{Encapsulation}\n/; s/STATIC_IP=.*\n//; s!!STATIC_IP=$netc->{static_ip}\n! if $netc->{static_ip}; + #- TODO: add ISP info, $netc->{provider_id} } "$::prefix$cfg_file"; } #- create CMV symlinks for both POTS and ISDN lines @@ -187,7 +188,7 @@ noaccomp), stop => "/usr/bin/killall pppoa", get_intf => '/sbin/eaglectrl -i', server => { - pppoa => q("/usr/sbin/fctStartAdsl -t 1 -i"), + pppoa => q("/sbin/fctStartAdsl -t 1 -i"), }, ppp_options => qq( mru 1492 -- cgit v1.2.1