ntp: run ntpd in a chroot by default, thanks to libcap.
Bump revision. --HG-- extra : convert_revision : b4253cf0553eb27df0c8975ee080d8f8ffd33fbf
This commit is contained in:
parent
1df3d7857a
commit
08148285c7
|
@ -1,6 +1,6 @@
|
||||||
# Configuration file for ntp.
|
# Configuration file for ntp.
|
||||||
#
|
#
|
||||||
# Uncomment the following to run ntpd(8) enjailed in
|
# Comment the following line to NOT run ntpd(8) in a chroot
|
||||||
# a chroot directory.
|
# as the ntpd user/group. NOT RECOMMENDED.
|
||||||
#
|
#
|
||||||
#ntpd_chroot=/var/chroot/ntpd
|
ntpd_chroot=/var/chroot/ntpd
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
sourcepkg=$pkgname
|
sourcepkg=$pkgname
|
||||||
version=4.2.4p6
|
version=4.2.4p6
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
|
||||||
|
@ -24,6 +24,7 @@ triggers="openrc-service"
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full openssl
|
Add_dependency full openssl
|
||||||
|
Add_dependency full libcap
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency run OpenRC
|
Add_dependency run OpenRC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue