From c3b02021bc1e7fe0385bfd9e4c88452d0a334398 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Sat, 12 Dec 2020 02:11:44 +0100 Subject: [PATCH] ntp: exec `isc-ntpd` in runit script --- srcpkgs/ntp/files/isc-ntpd/run | 2 +- srcpkgs/ntp/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ntp/files/isc-ntpd/run b/srcpkgs/ntp/files/isc-ntpd/run index 7206f7602e0..84db62b851d 100755 --- a/srcpkgs/ntp/files/isc-ntpd/run +++ b/srcpkgs/ntp/files/isc-ntpd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1 +exec isc-ntpd -g -u ntpd:ntpd -n >/dev/null 2>&1 diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index a2cc0f62441..efdbe31c339 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.8p15 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd --enable-all-clocks ol_cv_pthread_select_yields=yes"