diff options
Diffstat (limited to 'perl-install/network/test.pm')
-rw-r--r-- | perl-install/network/test.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/test.pm b/perl-install/network/test.pm index cc043b19c..e442d61cb 100644 --- a/perl-install/network/test.pm +++ b/perl-install/network/test.pm @@ -111,7 +111,7 @@ sub update_status { =head2 Test synchronously -#- resolve and get ping to hostname from command line if given, else to Mandrakesoft +#- resolve and get ping to hostname from command line if given, else to Mandriva use lib qw(/usr/lib/libDrakX); use network::test; @@ -131,7 +131,7 @@ ping to host: $ping =head2 Test asynchronously -#- resolve and get ping to hostname from command line if given, else to Mandrakesoft +#- resolve and get ping to hostname from command line if given, else to Mandriva #- prints a "." every 10 miliseconds during connection test use lib qw(/usr/lib/libDrakX); use network::test; |