diff options
Diffstat (limited to 'lib/network/test.pm')
-rw-r--r-- | lib/network/test.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/network/test.pm b/lib/network/test.pm index 36da41d..0bd1231 100644 --- a/lib/network/test.pm +++ b/lib/network/test.pm @@ -1,4 +1,4 @@ -package network::test; # $Id$ +package network::test; # $Id: test.pm 219797 2007-05-25 15:39:46Z blino $ use strict; use common; @@ -8,7 +8,7 @@ use Socket; sub new { my ($class, $o_hostname) = @_; bless { - hostname => $o_hostname || "www.mandriva.com" + hostname => $o_hostname || "www.mageia.org" }, $class; } @@ -111,7 +111,7 @@ sub update_status { =head2 Test synchronously -resolve and get ping to hostname from command line if given, else to www.mandriva.com +resolve and get ping to hostname from command line if given, else to www.mageia.org use lib qw(/usr/lib/libDrakX); use network::test; @@ -132,7 +132,7 @@ resolve and get ping to hostname from command line if given, else to www.mandriv =head2 Test asynchronously -resolve and get ping to hostname from command line if given, else to Mandriva +resolve and get ping to hostname from command line if given, else to Mageia prints a "." every 10 miliseconds during connection test |