openntpd: provides/replaces ntp-daemon.

This commit is contained in:
Juan RP 2015-01-08 22:47:15 +01:00
parent deb640ede4
commit 9024035c16

View file

@ -1,7 +1,7 @@
# Template file for 'openntpd'
pkgname=openntpd
version=5.7p1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-privsep-user=$pkgname --with-privsep-path=/var/empty"
makedepends="libressl-devel"
@ -13,6 +13,8 @@ distfiles="http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${version}.tar
checksum=071cfdcfc179c481568a2b8262945243a3123abfc7fa8831da1bbff3729b8307
conf_files="/etc/ntpd.conf"
provides="ntp-daemon-0_1"
replaces="ntp-daemon>=0"
system_accounts="$pkgname"
openntpd_homedir="/var/empty"