From be6e0b749c88173843f76479bb03eacb2ecb2b48 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 2 Aug 2004 06:11:35 +0000 Subject: in speedtouch start section, modprobe speedtch module and use speedtouch-start instead of directly using modem_run --- perl-install/network/adsl.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index d96565d17..697894f12 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -137,7 +137,10 @@ sync speedtouch => { - start => '/usr/sbin/modem_run -k -n 2 -f /usr/share/speedtouch/mgmt.o', + start => qq( +modprobe speedtch +/usr/bin/speedtouch-start +), overide_script => 1, server => { pppoa => qq("/usr/sbin/pppoa3 -c") -- cgit v1.2.1