summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-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 27292a9..d213aa6 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1315,8 +1315,8 @@ function system_ntp_configure($start_ntpd=true) {
$ntpcfg .= "statsdir {$statsdir}\n";
$ntpcfg .= "logconfig =syncall +clockall\n";
$ntpcfg .= "driftfile {$driftfile}\n";
- $ntpcfg .= "restrict default kod limited nomodify notrap nopeer\n";
- $ntpcfg .= "restrict -6 default kod limited nomodify notrap nopeer\n";
+ $ntpcfg .= "restrict default kod nomodify notrap nopeer\n";
+ $ntpcfg .= "restrict -6 default kod nomodify notrap nopeer\n";
if (empty($config['ntpd']['interface']))
if (is_array($config['installedpackages']['openntpd']) && !empty($config['installedpackages']['openntpd']['config'][0]['interface']))
OpenPOWER on IntegriCloud