1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/nic/files/patch-ping.php
Ying-Chieh Liao 3e05a4d231 add nic 0.0.2.011230
Nic is a set of small web-based network applications

PR:		33359
Submitted by:	Thierry Thomas <thierry@thomas.as>
2002-06-23 12:01:25 +00:00

12 lines
345 B
PHP

--- ping.php.orig Wed Nov 21 23:17:27 2001
+++ ping.php Sun Dec 30 22:05:49 2001
@@ -26,7 +26,7 @@
$results .= "<br />$ping[$i]\n";
}
} else {
- exec("/bin/ping -c 5 \"$addr\"", $ping);
+ exec("/sbin/ping -c 5 \"$addr\"", $ping);
for ($i = 0; $i < count($ping); $i++) {
$results .= "<br />$ping[$i]\n";