summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index a4714ac..0f3d263 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1305,8 +1305,8 @@ function system_ntp_configure($start_ntpd=true) {
$ntpcfg .= "server {$ts} iburst maxpoll 9\n";
$ntpcfg .= "enable monitor\n";
- $ntpcfg .= "enable statistics\n";
- $ntpcfg .= "enable clockstats\n";
+ $ntpcfg .= "enable stats\n";
+ $ntpcfg .= "statistics clockstats\n";
$ntpcfg .= "statsdir {$statsdir}\n";
$ntpcfg .= "logconfig =syncall +clockall\n";
$ntpcfg .= "driftfile {$driftfile}\n";
OpenPOWER on IntegriCloud