Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2016 08:00:17 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416499 - in head/dns/knot2: . files
Message-ID:  <201606070800.u5780HO9056304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@arthepsy.eu>
  Approved by:	Leo Vandewoestijne <freebsd@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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606070800.u5780HO9056304>