1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

dns/knot2: Fix rc script

- knotc now takes "conf-check" not "checkconf" argument.

PR:		210080
Submitted by:	Andris Raugulis <moo@arthepsy.eu>
Approved by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
This commit is contained in:
Kurt Jaeger 2016-06-07 08:00:17 +00:00
parent f5def8e231
commit cf104c2232
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416499
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= knot
PORTVERSION= 2.2.1
PORTREVISION?= 1
CATEGORIES= dns ipv6
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
http://dns-lab.com/downloads/knot-dns/

View File

@ -90,7 +90,7 @@ knot_prestart()
if [ ! -d /var/db/${name} ]; then
install -d -o ${diruser} -g ${dirgroup} /var/db/${name}
fi
${control} -c ${configfile} checkconf
${control} -c ${configfile} conf-check
}
knot_reload()