diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-03 18:07:04 +0000 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-02-03 18:07:04 +0000 |
commit | 901b8f51b22aec08bc91921276d721387809207f (patch) | |
tree | c24297ffaebcb5b15ad7337c955a5108bedd06e4 /lib/network/test.pm | |
parent | 4ecae5f1c7a79bee47fc3580d90972a750be5412 (diff) | |
download | drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.gz drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.bz2 drakx-net-901b8f51b22aec08bc91921276d721387809207f.tar.xz drakx-net-901b8f51b22aec08bc91921276d721387809207f.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r398 | dmorgan | 2011-02-03 18:07:04 +0000 (Thu, 03 Feb 2011) | 1 line
Import cleaned drakx-net
------------------------------------------------------------------------
In addition to the above commits, the following cleaning work has been recorded:
po
- replace Mandriva by Mangeia in po files
pixmaps
- replace all images (use Oxygen)
icons
- replace all images (use Oxygen)
lib
- remove Mandriva occurrences
- movre dbus prefix to org.mageia
config
- remove Mandriva occurrences
- movre dbus prefix to org.mageia
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 |