ntp: disable kod from ntp.conf; seems to not work correctly.
This commit is contained in:
parent
4979225de1
commit
23cb465ebb
|
@ -10,7 +10,7 @@ server 1.pool.ntp.org
|
||||||
server 2.pool.ntp.org
|
server 2.pool.ntp.org
|
||||||
|
|
||||||
# Only allow read-only access from localhost
|
# Only allow read-only access from localhost
|
||||||
restrict default kod noquery nomodify nopeer
|
restrict default noquery nomodify nopeer
|
||||||
restrict 127.0.0.1
|
restrict 127.0.0.1
|
||||||
|
|
||||||
# Location of drift and log files
|
# Location of drift and log files
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.8p2
|
version=4.2.8p2
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
||||||
|
|
Loading…
Reference in New Issue