From 9a9961b6cf1ad884564dc3dca7e7e8447f2321e0 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Mon, 2 Dec 2002 17:07:29 +0000 Subject: Some data are now fetched from system instead of drakconnect conf file (adsl, ppp, ifcfg-eth) --- perl-install/standalone/drakconnect | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 30f95a37e..52e4c74ed 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -601,6 +601,7 @@ Create one first by clicking on 'Configure'")),1,1,0); my $vbox2 = new Gtk2::VBox(0,0); $frame1->add($vbox2); my $i = 0; + my @conf_data = ([N("Card IRQ"), \$cnx->{irq} ], [N("Card mem (DMA)"), \$cnx->{mem} ], [N("Card IO"), \$cnx->{io} ], -- cgit v1.2.1