mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
502 B
Text
8 lines
502 B
Text
Net::Ping contains methods to test the reachability of remote hosts on a
|
|
network. A ping object is first created with optional parameters, a variable
|
|
number of hosts may be pinged multiple times and then the connection is closed.
|
|
|
|
You may choose one of six different protocols to use for the ping. The "tcp"
|
|
protocol is the default. Note that a live remote host may still fail to be
|
|
pingable by one or more of these protocols. For example, www.microsoft.com is
|
|
generally alive but not "icmp" pingable.
|