ntp: run ntpd in a chroot by default, thanks to libcap.

Bump revision.

--HG--
extra : convert_revision : b4253cf0553eb27df0c8975ee080d8f8ffd33fbf
This commit is contained in:
Juan RP 2009-05-10 20:28:40 +02:00
parent 1df3d7857a
commit 08148285c7
2 changed files with 5 additions and 4 deletions

View File

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

View File

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