blob: 03a6dc83d6a9e49c0b9995a60fec2160a4315226 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sample-config/cgi.cfg.in.orig 2014-08-12 15:00:01 UTC
+++ sample-config/cgi.cfg.in
@@ -263,7 +263,7 @@ default_statuswrl_layout=4
# OS and distribution, so you may have to tweak this to
# work on your system.
-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
+ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$
|