summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-03-11 19:35:37 +0000
committerOlivier Blin <oblin@mandriva.org>2005-03-11 19:35:37 +0000
commita788048e2f7bb6c3cbeab4eeb788cbb2227652e6 (patch)
tree4a120aad56b009b5d03f72fd53cba232d243f90d /perl-install/network/adsl.pm
parent42454bc83a38c08612e5df74a9f9be8205db9e4c (diff)
downloaddrakx-a788048e2f7bb6c3cbeab4eeb788cbb2227652e6.tar
drakx-a788048e2f7bb6c3cbeab4eeb788cbb2227652e6.tar.gz
drakx-a788048e2f7bb6c3cbeab4eeb788cbb2227652e6.tar.bz2
drakx-a788048e2f7bb6c3cbeab4eeb788cbb2227652e6.tar.xz
drakx-a788048e2f7bb6c3cbeab4eeb788cbb2227652e6.zip
fix typo (linetype for eagle-usb)
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r--perl-install/network/adsl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 292a5f19e..b2e180a2b 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -98,7 +98,7 @@ sub sagem_set_parameters {
my %l = map { $_ => sprintf("%08s", $netc->{$_}) } qw(vci vpi Encapsulation);
foreach my $cfg_file (qw(/etc/analog/adiusbadsl.conf /etc/eagle-usb/eagle-usb.conf)) {
substInFile {
- s/Linetype.*\n/=Linetype=0000000A\n/; #- use CMVs
+ s/Linetype=.*\n/Linetype=0000000A\n/; #- use CMVs
s/VCI=.*\n/VCI=$l{vci}\n/;
s/VPI=.*\n/VPI=$l{vpi}\n/;
s/Encapsulation=.*\n/Encapsulation=$l{Encapsulation}\n/;