From a788048e2f7bb6c3cbeab4eeb788cbb2227652e6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 11 Mar 2005 19:35:37 +0000 Subject: fix typo (linetype for eagle-usb) --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') 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/; -- cgit v1.2.1