summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-05-31 08:57:08 +0000
committerOlivier Blin <oblin@mandriva.org>2005-05-31 08:57:08 +0000
commitb17649b756b9b969530784c29468a53e516de0db (patch)
tree5f66a8c2fa73e7e7a616141b9607367a98170a54 /perl-install/network
parentf1501c1c03870d281abe64b08dba40f0ae87cc40 (diff)
downloaddrakx-backup-do-not-use-b17649b756b9b969530784c29468a53e516de0db.tar
drakx-backup-do-not-use-b17649b756b9b969530784c29468a53e516de0db.tar.gz
drakx-backup-do-not-use-b17649b756b9b969530784c29468a53e516de0db.tar.bz2
drakx-backup-do-not-use-b17649b756b9b969530784c29468a53e516de0db.tar.xz
drakx-backup-do-not-use-b17649b756b9b969530784c29468a53e516de0db.zip
really handle irq, mem, io, io0, io1 isdn paramaters (i.e. finish the
"fix parameters reading/writin in isdn config" commit from Titi)
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm10
1 files changed, 5 insertions, 5 deletions
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") } ],