diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2003-01-22 09:53:31 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2003-01-22 09:53:31 +0000 |
commit | 84c5278fe2df5f268622095e51270912137f019d (patch) | |
tree | fb1a2af9393aa79c3690e58a5950329a54652101 | |
parent | 9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61 (diff) | |
download | drakx-backup-do-not-use-84c5278fe2df5f268622095e51270912137f019d.tar drakx-backup-do-not-use-84c5278fe2df5f268622095e51270912137f019d.tar.gz drakx-backup-do-not-use-84c5278fe2df5f268622095e51270912137f019d.tar.bz2 drakx-backup-do-not-use-84c5278fe2df5f268622095e51270912137f019d.tar.xz drakx-backup-do-not-use-84c5278fe2df5f268622095e51270912137f019d.zip |
- speedtouch fixes :
o binaries location from /usr/bin to /usr/sbin
o clean previous instance of pppoa3 according to modem id (-c)
(special thanks to Corsikas who proudly brings this patch to me :)
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 02baac4b4..1413efa87 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -132,7 +132,7 @@ defaultroute output("$prefix/etc/ppp/peers/adsl", qq(noauth noipdefault -pty "/usr/bin/pppoa3 -vpi $1 -vci $2" +pty "/usr/sbin/pppoa3 -c -vpi $1 -vci $2" sync kdebug 1 noaccomp |