Revert "openntpd: no alias to /etc/sv/ntpd."
This reverts commit eaad88f1b0
.
xtraeme explained that it's a bad idea due to various base packages.
This commit is contained in:
parent
2922aa940e
commit
7933cbb4a4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openntpd'
|
# Template file for 'openntpd'
|
||||||
pkgname=openntpd
|
pkgname=openntpd
|
||||||
version=5.9p1
|
version=5.9p1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem"
|
configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -19,7 +19,8 @@ provides="ntp-daemon-0_1"
|
||||||
system_accounts="$pkgname"
|
system_accounts="$pkgname"
|
||||||
alternatives="
|
alternatives="
|
||||||
ntpd:ntpd:/usr/bin/openntpd
|
ntpd:ntpd:/usr/bin/openntpd
|
||||||
ntpd:ntpd.8:/usr/share/man/man8/openntpd.8"
|
ntpd:ntpd.8:/usr/share/man/man8/openntpd.8
|
||||||
|
ntpd:ntpd:/etc/sv/openntpd"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue