From b17649b756b9b969530784c29468a53e516de0db Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 31 May 2005 08:57:08 +0000 Subject: really handle irq, mem, io, io0, io1 isdn paramaters (i.e. finish the "fix parameters reading/writin in isdn config" commit from Titi) --- perl-install/network/netconnect.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index debc3480c..81df88dfb 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -348,11 +348,11 @@ sub real_main { my ($dstruct, $field, $item) = @$_; $item->{val} = \$dstruct->{$field}; if__(exists $dstruct->{$field}, $item); - } ([ $netcnx, "irq", { label => N("Card IRQ") } ], - [ $netcnx, "mem", { label => N("Card mem (DMA)") } ], - [ $netcnx, "io", { label => N("Card IO") } ], - [ $netcnx, "io0", { label => N("Card IO_0") } ], - [ $netcnx, "io1", { label => N("Card IO_1") } ], + } ([ $isdn, "irq", { label => N("Card IRQ") } ], + [ $isdn, "mem", { label => N("Card mem (DMA)") } ], + [ $isdn, "io", { label => N("Card IO") } ], + [ $isdn, "io0", { label => N("Card IO_0") } ], + [ $isdn, "io1", { label => N("Card IO_1") } ], [ $isdn, "phone_in", { label => N("Your personal phone number") } ], [ $netc, "DOMAINNAME2", { label => N("Provider name (ex provider.net)") } ], [ $isdn, "phone_out", { label => N("Provider phone number") } ], -- cgit v1.2.1