aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-06-09 22:17:36 +0800
committermat <mat@FreeBSD.org>2014-06-09 22:17:36 +0800
commitdb5975ccf15cc5f6a8179a15c54e9692b3443d50 (patch)
treec001dfcc1ae60eec515fecdea139442b0a27576c /dns
parent38ca77674e6625cd66ddbf2e3672ac3ec6582f75 (diff)
downloadfreebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.tar.gz
freebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.tar.zst
freebsd-ports-gnome-db5975ccf15cc5f6a8179a15c54e9692b3443d50.zip
Do install a rndc.conf.sample.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r--dns/bind98/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 8cabe3bd8097..8ae28f8e2b9a 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -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>