From cf104c22325f11b4822eb56b71af6a169524c6b3 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 7 Jun 2016 08:00:17 +0000 Subject: dns/knot2: Fix rc script - knotc now takes "conf-check" not "checkconf" argument. PR: 210080 Submitted by: Andris Raugulis Approved by: Leo Vandewoestijne (maintainer) --- dns/knot2/Makefile | 1 + dns/knot2/files/knot.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'dns') diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index aad3c1813d40..8bd7dd344953 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -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/ diff --git a/dns/knot2/files/knot.in b/dns/knot2/files/knot.in index 0942d3711367..d502f6a313df 100644 --- a/dns/knot2/files/knot.in +++ b/dns/knot2/files/knot.in @@ -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() -- cgit v1.2.3