diff --git a/srcpkgs/ntp/files/ntp.conf b/srcpkgs/ntp/files/ntp.conf index 589141a6a35..e75cd1a107d 100644 --- a/srcpkgs/ntp/files/ntp.conf +++ b/srcpkgs/ntp/files/ntp.conf @@ -15,5 +15,3 @@ restrict 127.0.0.1 # Location of drift and log files driftfile /var/db/ntpd/drift -logfile /var/log/ntpd.log -pidfile /run/ntpd.pid diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index 58b26d35eab..3e7e41144c3 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.8 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd ol_cv_pthread_select_yields=yes"