summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/configure.ac
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-15 13:48:08 +0000
committerdes <des@FreeBSD.org>2013-09-15 13:48:08 +0000
commit520611afabbf5ad058ee26908acc1f5490513837 (patch)
tree095e194fda1799ec7457111ac6ccd47eb4906140 /contrib/unbound/configure.ac
parentd8e6f8f0240d0879c967801d0833bbfe4fe44310 (diff)
downloadFreeBSD-src-520611afabbf5ad058ee26908acc1f5490513837.zip
FreeBSD-src-520611afabbf5ad058ee26908acc1f5490513837.tar.gz
The unbound-control-setup script needs to be generated so it knows where
to place the keys. Also, the correct umask is 027, not 026, although it's not likely to make any difference. Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound/configure.ac')
-rw-r--r--contrib/unbound/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/configure.ac b/contrib/unbound/configure.ac
index 1f3ac92..d69b9ff 100644
--- a/contrib/unbound/configure.ac
+++ b/contrib/unbound/configure.ac
@@ -1244,6 +1244,6 @@ void *unbound_stat_realloc_log(void *ptr, size_t size, const char* file,
])
-AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8])
+AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 smallapp/unbound-control-setup.sh])
AC_CONFIG_HEADER([config.h])
AC_OUTPUT
OpenPOWER on IntegriCloud