mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
ntp: modernize /etc/ntp.conf: disable pidfile and logfile.
This commit is contained in:
parent
ab168f3003
commit
cb6dda995b
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue