From 127008bba6c0b7d08a15a5c825fcfcf5f0a85e23 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Mar 2004 18:19:41 +0000 Subject: spell Mandrakelinux in one word --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index a41d9a8cf..ab2eb5cc8 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -452,6 +452,7 @@ Take a look at http://www.linmodems.org"), /^Hcf:/ and $type = "hcfpcimodem"; /^Hsf:/ and $type = "hsflinmodem"; /^LT:/ and $type = "ltmodem"; + print "«$type» => «$relocations{$type}» [", $in->do_pkgs->what_provides($type), "]\n"; $relocations{$type} || $type && $in->do_pkgs->what_provides($type) or $type = undef; } -- cgit v1.2.1