ntp: modernize /etc/ntp.conf: disable pidfile and logfile.
This commit is contained in:
@@ -15,5 +15,3 @@ restrict 127.0.0.1
|
|||||||
|
|
||||||
# Location of drift and log files
|
# Location of drift and log files
|
||||||
driftfile /var/db/ntpd/drift
|
driftfile /var/db/ntpd/drift
|
||||||
logfile /var/log/ntpd.log
|
|
||||||
pidfile /run/ntpd.pid
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.8
|
version=4.2.8
|
||||||
revision=2
|
revision=3
|
||||||
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
|
||||||
ol_cv_pthread_select_yields=yes"
|
ol_cv_pthread_select_yields=yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user