openbsd-ports/net/fping/pkg/DESCR
sthen a0c1168946 - install fping setuid root, it's a batch tool frequently used from
software which should not run as root, and doing this manually after
a pkg_add update is error-prone.

- rewrite DESCR. clearly note that the binaries are made setuid.

- Makefile de-uglification.

- bump PKGNAME.

no objections to the setuid change from ajacoutot@, weerd@
"I think its utterly retarded not to suid it for you" phessler@
2009-07-15 08:25:31 +00:00

12 lines
608 B
Plaintext

fping quickly pings multiple hosts, specified on the command-line or
in a file, to determine their reachability without flooding the network.
Instead of trying one host until it times out or replies, fping will
send out a ping packet and move on to the next host in a round-robin
fashion. If a host replies, it is noted and removed from the list of
hosts to check. If a host does not respond within a certain time limit
and/or retry limit it will be considered unreachable.
fping is meant to be used in scripts and its output is easy to parse.
N.B. The binaries installed by this package are setuid root.