diff --git a/templates/ntp/files/ntpd.confd b/templates/ntp/files/ntpd.confd index 06b64575ac5..4f7f3597175 100644 --- a/templates/ntp/files/ntpd.confd +++ b/templates/ntp/files/ntpd.confd @@ -1,6 +1,6 @@ # Configuration file for ntp. # -# Uncomment the following to run ntpd(8) enjailed in -# a chroot directory. +# Comment the following line to NOT run ntpd(8) in a chroot +# as the ntpd user/group. NOT RECOMMENDED. # -#ntpd_chroot=/var/chroot/ntpd +ntpd_chroot=/var/chroot/ntpd diff --git a/templates/ntp/template b/templates/ntp/template index a205b029f16..2cbea8b8c1c 100644 --- a/templates/ntp/template +++ b/templates/ntp/template @@ -2,7 +2,7 @@ pkgname=ntp sourcepkg=$pkgname version=4.2.4p6 -revision=2 +revision=3 distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--enable-linuxcaps --enable-getifaddrs=glibc @@ -24,6 +24,7 @@ triggers="openrc-service" Add_dependency full glibc Add_dependency full openssl +Add_dependency full libcap Add_dependency run ncurses-libs Add_dependency run OpenRC