summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2cb543e)
raw | patch | inline | side by side (parent: 2cb543e)
author | Florian Forster <ff@octo.it> | |
Thu, 27 Nov 2014 07:52:23 +0000 (08:52 +0100) | ||
committer | Florian Forster <ff@octo.it> | |
Thu, 27 Nov 2014 07:52:23 +0000 (08:52 +0100) |
Also change my preferred email address.
16 files changed:
index 95ae19b39dc61f71e56a3949370dd46872203334..8611d7c65f748db7aa37be32b4126e8811cc8c02 100644 (file)
--- a/README
+++ b/README
liboping – Library to ping IPv4 and IPv6 hosts in parallel
════════════════════════════════════════════════════════════
-http://verplant.org/liboping/
+http://noping.cc/
About
━━━━━
index 5525dd0172c75e8bc452312901d3a7c663cbf9ea..98f93d838cdc4344ef4665c20d84a08b1be9f2c2 100644 (file)
PREREQ_PM => {},
($] >= 5.005
? (ABSTRACT_FROM => 'lib/Net/Oping.pm',
- AUTHOR => 'Florian Forster <octo@verplant.org>')
+ AUTHOR => 'Florian Forster <ff@octo.it>')
: ()),
($OPING_DEPEND ? (depend => $OPING_DEPEND) : ()),
LIBS => [$OPING_LIBS],
diff --git a/bindings/perl/Oping.xs b/bindings/perl/Oping.xs
index 5731d3d8088f28d4df8eb826dba4ab232b1b1b98..c88e3dca981710649212fac8a21ff97ad68c92bd 100644 (file)
--- a/bindings/perl/Oping.xs
+++ b/bindings/perl/Oping.xs
*
* Authors:
* Olivier Fredj <ofredj at proxad.net>
- * Florian octo Forster <octo at verplant.org>
+ * Florian octo Forster <ff at octo.it>
*/
#include "EXTERN.h"
#include "perl.h"
diff --git a/bindings/perl/README b/bindings/perl/README
index 4d51a969cce4e0e8c4d7f601ebffd25cec2b2a49..040a38a42287c289da59c3eaa02c482af29d000b 100644 (file)
--- a/bindings/perl/README
+++ b/bindings/perl/README
DEPENDENCIES
This module requires the "oping" library to be installed. The library is
- available at <http://verplant.org/liboping/>.
+ available at <http://noping.cc/>.
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Olivier Fredj <ofredj at proxad.net>
- Copyright (C) 2008,2009 by Florian Forster <octo at verplant.org>
+ Copyright (C) 2008,2009 by Florian Forster <ff at octo.it>
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.7 or, at your
index bc109dc6cdd7609c75d7482f4e36e62c46545934..ba67f739afffcb606a3cc1594b528fb7b9ef7a8d 100644 (file)
#
# Authors:
# Olivier Fredj <ofredj at proxad.net>
-# Florian octo Forster <octo at verplant.org>
+# Florian octo Forster <ff at octo.it>
#
package Net::Oping;
=head1 DESCRIPTION
This Perl module is a high-level interface to the
-L<oping library|http://verplant.org/liboping/>. Its purpose it to send
-C<ICMP ECHO_REQUEST> packets (also known as "ping") to a host and measure the
-time that elapses until the reception of an C<ICMP ECHO_REPLY> packet (also
-known as "pong"). If no such packet is received after a certain timeout the
-host is considered to be unreachable.
+L<oping library|http://noping.cc/>. Its purpose it to send C<ICMP ECHO_REQUEST>
+packets (also known as "ping") to a host and measure the time that elapses
+until the reception of an C<ICMP ECHO_REPLY> packet (also known as "pong"). If
+no such packet is received after a certain timeout the host is considered to be
+unreachable.
The used I<oping> library supports "ping"ing multiple hosts in parallel and
works with IPv4 and IPv6 transparently. Other advanced features that are
L<liboping(3)>
-The I<liboping> homepage may be found at L<http://verplant.org/liboping/>.
+The I<liboping> homepage may be found at L<http://noping.cc/>.
Information about its mailing list may be found at
L<http://mailman.verplant.org/listinfo/liboping>.
Copyright (C) 2007 by Olivier Fredj E<lt>ofredjE<nbsp>atE<nbsp>proxad.netE<gt>
-Copyright (C) 2008,2009 by Florian Forster
-E<lt>octoE<nbsp>atE<nbsp>verplant.orgE<gt>
+Copyright (C) 2008,2009 by Florian Forster E<lt>ffE<nbsp>atE<nbsp>octo.itE<gt>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
diff --git a/src/mans/liboping.pod b/src/mans/liboping.pod
index 15b8ccfa55a2433bd6c66d97b8091fbe34aba36d..426b189210b8000dc13b66a1f8be1c5905d388f1 100644 (file)
--- a/src/mans/liboping.pod
+++ b/src/mans/liboping.pod
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
diff --git a/src/mans/oping.pod b/src/mans/oping.pod
index c0014516a7a9692a53b2bed8530b36a4b5cf6ece..df6dae8b3ced3e71fe094c3570ffbac28ee5007c 100644 (file)
--- a/src/mans/oping.pod
+++ b/src/mans/oping.pod
=head1 AUTHOR
liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 46bb8187effce2774fb3b1807ced0d3ec7aa03b3..5f309386fe8aa28ca9a8d617e23d2c5c905d95c2 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index ed1020cc8f0cd3416bd21b18c472006c7f3859a8..0761d404568a3901aebc02a3b6dea767ed9b5381 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 39ce64a46cb3b74901663d2f1cf9e48b488abbf1..77cb444f7f88fd58d7256dcb21058d66d28e364e 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 220410eaa07ba59e20541635685a59b0d12d4f83..0add4e080400edc26243ab63247a6a026e22d4a3 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 23680d2955986bb43427ea591f333709105e5103..c750a493562e51c7135169ccb210e626e47df975 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 4eab1754311ea4d9bc65b07b7947c3b78d4043cd..07e7590fb11cbc85c643b6dc497c177139325dd4 100644 (file)
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
diff --git a/src/mans/ping_send.pod b/src/mans/ping_send.pod
index 439e2730c90a9a72af36a2230076c76479f9992d..9ad5623526ce2a09ed2cbe8476f3155572264395 100644 (file)
--- a/src/mans/ping_send.pod
+++ b/src/mans/ping_send.pod
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
index 5331467ec58b8f208969aead3fd818a171404237..11c63d8f13b3d454b47ce939a02973be4508d3c6 100644 (file)
--- a/src/mans/ping_setopt.pod
+++ b/src/mans/ping_setopt.pod
=head1 AUTHOR
-liboping is written by Florian "octo" Forster E<lt>octo at verplant.orgE<gt>.
-Its homepage can be found at L<http://verplant.org/liboping/>.
+liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
+Its homepage can be found at L<http://noping.cc/>.
Copyright (c) 2005-2011 by Florian "octo" Forster.
diff --git a/src/oping.c b/src/oping.c
index e6be8774b0b622e9165744cb5a331431c0a583f0..28f761cfffaad55418d7103eb7f9e69de835971d 100644 (file)
--- a/src/oping.c
+++ b/src/oping.c
" -Z percent Exit with non-zero exit status if more than this percentage of\n"
" probes timed out. (default: never)\n"
- "\noping "PACKAGE_VERSION", http://verplant.org/liboping/\n"
- "by Florian octo Forster <octo@verplant.org>\n"
+ "\noping "PACKAGE_VERSION", http://noping.cc/\n"
+ "by Florian octo Forster <ff@octo.it>\n"
"for contributions see `AUTHORS'\n",
name);
exit (status);