openntpd: typo fix for alternatives.

This commit is contained in:
Juan RP 2015-11-04 14:31:00 +01:00
parent e577e5d278
commit 0a364f94a2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openntpd' # Template file for 'openntpd'
pkgname=openntpd pkgname=openntpd
version=5.7p4 version=5.7p4
revision=9 revision=10
build_pie=yes build_pie=yes
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"
@ -20,7 +20,7 @@ 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/man1/openntpd.8 ntpd:ntpd.8:/usr/share/man/man8/openntpd.8
ntpd:ntpd:/etc/sv/openntpd" ntpd:ntpd:/etc/sv/openntpd"
pre_configure() { pre_configure() {