summaryrefslogtreecommitdiffstats
path: root/perl-install/network/test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/test.pm')
-rw-r--r--perl-install/network/test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/test.pm b/perl-install/network/test.pm
index cc043b19c..3d8f08e89 100644
--- a/perl-install/network/test.pm
+++ b/perl-install/network/test.pm
@@ -8,7 +8,7 @@ use Socket;
sub new {
my ($class, $o_hostname) = @_;
bless {
- hostname => $o_hostname || "mandrakesoft.com"
+ hostname => $o_hostname || "mandriva.com"
}, $class;
}