summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-10 18:19:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-10 18:19:41 +0000
commit127008bba6c0b7d08a15a5c825fcfcf5f0a85e23 (patch)
tree7f28dae70ed89bd7cd639fc54ec4262d4e02569f /perl-install/network
parent0b06e32c49092160c3773cb402b0498ec9b32230 (diff)
downloaddrakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.gz
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.bz2
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.xz
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.zip
spell Mandrakelinux in one word
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/drakfirewall.pm2
-rw-r--r--perl-install/network/netconnect.pm1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/drakfirewall.pm b/perl-install/network/drakfirewall.pm
index e65a92917..887aa3b1e 100644
--- a/perl-install/network/drakfirewall.pm
+++ b/perl-install/network/drakfirewall.pm
@@ -145,7 +145,7 @@ sub get_conf {
} else {
$in->ask_okcancel('', N("drakfirewall configurator
-This configures a personal firewall for this Mandrake Linux machine.
+This configures a personal firewall for this Mandrakelinux machine.
For a powerful and dedicated firewall solution, please look to the
specialized MandrakeSecurity Firewall distribution."), 1) or return;
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;
}