ntp: exec isc-ntpd in runit script

This commit is contained in:
Roberto Ricci 2020-12-12 02:11:44 +01:00 committed by Érico Nogueira Rolim
parent ad42ead131
commit c3b02021bc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"