summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-02 06:11:35 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-02 06:11:35 +0000
commitbe6e0b749c88173843f76479bb03eacb2ecb2b48 (patch)
tree69fb6e430349ba608d226c8c56e70fa97cc12457 /perl-install
parenta6ac52f25cbf272beb77b67d831c42f806ee5c1c (diff)
downloaddrakx-be6e0b749c88173843f76479bb03eacb2ecb2b48.tar
drakx-be6e0b749c88173843f76479bb03eacb2ecb2b48.tar.gz
drakx-be6e0b749c88173843f76479bb03eacb2ecb2b48.tar.bz2
drakx-be6e0b749c88173843f76479bb03eacb2ecb2b48.tar.xz
drakx-be6e0b749c88173843f76479bb03eacb2ecb2b48.zip
in speedtouch start section, modprobe speedtch module and use
speedtouch-start instead of directly using modem_run
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/adsl.pm5
1 files changed, 4 insertions, 1 deletions
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")