$OpenBSD: patch-scripts_ntp-client_php,v 1.2 2015/07/16 02:50:33 sthen Exp $
--- scripts/ntp-client.php.orig	Thu Jul 16 01:06:30 2015
+++ scripts/ntp-client.php	Thu Jul 16 01:10:46 2015
@@ -13,7 +13,7 @@
 //
 
 // START SETTINGS ///
-$ntpq = '/usr/sbin/ntpq';
+$ntpq = '/usr/local/sbin/ntpq';
 // Change this to true if you have clk_jitter, sys_jitter in the ntpq -c rv output
 $newstats_style = false;
 // END SETTINGS ///
