$OpenBSD: patch-sample-config_cgi_cfg_in,v 1.4 2011/12/03 15:01:38 sthen Exp $
--- sample-config/cgi.cfg.in.orig	Wed Nov 30 12:08:58 2011
+++ sample-config/cgi.cfg.in	Wed Nov 30 19:35:06 2011
@@ -394,7 +394,10 @@ 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$
+# For chroot, use /bin/ping and chroot 4555 /var/www/bin/ping.
+# Only needed for WML interface.
+#ping_syntax=/bin/ping -n -c 5 $HOSTADDRESS$
+ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$
 
 
 
