summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-07 23:36:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-07 23:36:12 +0000
commitd4bb835d086507d553f356897f8d75642042e29c (patch)
treee0a297d3a201da1a43f97f7da6e39bef680a3126
parentb70b9816bbd03f63eaf7b9b30ef42269f41c552c (diff)
downloadldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar
ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.gz
ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.bz2
ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.tar.xz
ldetect-lst-d4bb835d086507d553f356897f8d75642042e29c.zip
adapt to new Xconfig::card
-rwxr-xr-xconvert/verify_Cards.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/convert/verify_Cards.pl b/convert/verify_Cards.pl
index d2cab0b9..d7ce8352 100755
--- a/convert/verify_Cards.pl
+++ b/convert/verify_Cards.pl
@@ -1,10 +1,10 @@
#!/usr/bin/perl
use lib qw(/usr/lib/libDrakX);
-use Xconfig;
+use Xconfig::card;
require './merge2pcitable.pl';
-$cards = Xconfig::readCardsDB("../lst/Cards+");
+$cards = Xconfig::card::readCardsDB("../lst/Cards+");
@cards = map {
my $drivers = read_pcitable("../lst/$_");