ntp: exec isc-ntpd
in runit script
This commit is contained in:
parent
ad42ead131
commit
c3b02021bc
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.8p15
|
version=4.2.8p15
|
||||||
revision=3
|
revision=4
|
||||||
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
|
||||||
--enable-all-clocks ol_cv_pthread_select_yields=yes"
|
--enable-all-clocks ol_cv_pthread_select_yields=yes"
|
||||||
|
|
Loading…
Reference in a new issue