svn commit: r357152 - head/dns/bind98

Mathieu Arnold mat at FreeBSD.org
Mon Jun 9 14:17:37 UTC 2014


Author: mat
Date: Mon Jun  9 14:17:36 2014
New Revision: 357152
URL: http://svnweb.freebsd.org/changeset/ports/357152
QAT: https://qat.redports.org/buildarchive/r357152/

Log:
  Do install a rndc.conf.sample.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind98/Makefile

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Mon Jun  9 14:15:57 2014	(r357151)
+++ head/dns/bind98/Makefile	Mon Jun  9 14:17:36 2014	(r357152)
@@ -205,6 +205,7 @@ post-install:
 	${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master
 	${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master
 	${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master
+	${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf ${STAGEDIR}${ETCDIR}/rndc.conf.sample
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list