From owner-svn-ports-head@FreeBSD.ORG Mon Jun 9 14:17:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F91EC56; Mon, 9 Jun 2014 14:17:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C62828CE; Mon, 9 Jun 2014 14:17:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59EHbGp035426; Mon, 9 Jun 2014 14:17:37 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59EHbmV035425; Mon, 9 Jun 2014 14:17:37 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201406091417.s59EHbmV035425@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 9 Jun 2014 14:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357152 - head/dns/bind98 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 14:17:37 -0000 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