diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-24 04:38:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-24 04:38:03 +0000 |
commit | ed4ec5e7b0a9f050e94817c6370057a0b32677c5 (patch) | |
tree | 0db3cf3c3a4d0aed83dfb99d7438e54a5849410f /perl-install/network/adsl.pm | |
parent | c280820d808436a6eb4f8fbf7ed5772a65e30b78 (diff) | |
download | drakx-ed4ec5e7b0a9f050e94817c6370057a0b32677c5.tar drakx-ed4ec5e7b0a9f050e94817c6370057a0b32677c5.tar.gz drakx-ed4ec5e7b0a9f050e94817c6370057a0b32677c5.tar.bz2 drakx-ed4ec5e7b0a9f050e94817c6370057a0b32677c5.tar.xz drakx-ed4ec5e7b0a9f050e94817c6370057a0b32677c5.zip |
use new --nocall option of speedtouch-start
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 4b1ed869f..994821b27 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -159,8 +159,7 @@ sync speedtouch => { modules => [ qw(speedtch) ], - #- will not call pppd since we've just written ONBOOT=no, only runs modem_run - start => '/usr/bin/speedtouch-start --boot', + start => '/usr/bin/speedtouch-start --nocall', overide_script => 1, server => { pppoa => qq("/usr/sbin/pppoa3 -c") |