svn commit: r416499 - in head/dns/knot2: . files
Kurt Jaeger
pi at FreeBSD.org
Tue Jun 7 08:00:19 UTC 2016
Author: pi
Date: Tue Jun 7 08:00:17 2016
New Revision: 416499
URL: https://svnweb.freebsd.org/changeset/ports/416499
Log:
dns/knot2: Fix rc script
- knotc now takes "conf-check" not "checkconf" argument.
PR: 210080
Submitted by: Andris Raugulis <moo at arthepsy.eu>
Approved by: Leo Vandewoestijne <freebsd at dns-lab.com> (maintainer)
Modified:
head/dns/knot2/Makefile
head/dns/knot2/files/knot.in
Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile Tue Jun 7 07:48:03 2016 (r416498)
+++ head/dns/knot2/Makefile Tue Jun 7 08:00:17 2016 (r416499)
@@ -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/
Modified: head/dns/knot2/files/knot.in
==============================================================================
--- head/dns/knot2/files/knot.in Tue Jun 7 07:48:03 2016 (r416498)
+++ head/dns/knot2/files/knot.in Tue Jun 7 08:00:17 2016 (r416499)
@@ -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()
More information about the svn-ports-all
mailing list