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:
parent
f5def8e231
commit
cf104c2232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416499
@ -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/
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user