Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 10:59:46 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356762 - in head/dns: bind910 bind98 bind99
Message-ID:  <201406061059.s56Axk2E066177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jun  6 10:59:46 2014
New Revision: 356762
URL: http://svnweb.freebsd.org/changeset/ports/356762
QAT: https://qat.redports.org/buildarchive/r356762/

Log:
  Don't install rndc.conf
  
  It is generated by the rc script during the first startup.  And if
  the file is present, it messes up the rndc.key generation.
  
  Poked by:	Alain Audebert
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile
  head/dns/bind910/pkg-plist
  head/dns/bind98/Makefile
  head/dns/bind98/pkg-plist
  head/dns/bind99/Makefile
  head/dns/bind99/pkg-plist

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind910/Makefile	Fri Jun  6 10:59:46 2014	(r356762)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.10.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}

Modified: head/dns/bind910/pkg-plist
==============================================================================
--- head/dns/bind910/pkg-plist	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind910/pkg-plist	Fri Jun  6 10:59:46 2014	(r356762)
@@ -402,7 +402,7 @@ sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
 sbin/tsig-keygen
-@sample %%ETCDIR%%/rndc.conf.sample
+%%ETCDIR%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
 %%NOBASE%%%%ETCDIR%%/named.root
 %%NOBASE%%%%ETCDIR%%/master/empty.db

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind98/Makefile	Fri Jun  6 10:59:46 2014	(r356762)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.8.7
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}

Modified: head/dns/bind98/pkg-plist
==============================================================================
--- head/dns/bind98/pkg-plist	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind98/pkg-plist	Fri Jun  6 10:59:46 2014	(r356762)
@@ -336,8 +336,7 @@ sbin/named-journalprint
 sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
-%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
-%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample
+%%BIND_DESTETC%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
 %%NOBASE%%%%ETCDIR%%/named.root
 %%NOBASE%%%%ETCDIR%%/master/empty.db

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind99/Makefile	Fri Jun  6 10:59:46 2014	(r356762)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	9.9.5
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}

Modified: head/dns/bind99/pkg-plist
==============================================================================
--- head/dns/bind99/pkg-plist	Fri Jun  6 10:32:29 2014	(r356761)
+++ head/dns/bind99/pkg-plist	Fri Jun  6 10:59:46 2014	(r356762)
@@ -342,8 +342,7 @@ sbin/named-journalprint
 sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
-%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
-%%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample
+%%BIND_DESTETC%%/rndc.conf.sample
 %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample
 %%NOBASE%%%%ETCDIR%%/named.root
 %%NOBASE%%%%ETCDIR%%/master/empty.db



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