From 4c719fc1cd4213debe543381c49acc7e506d2bfb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 15 Jun 2017 15:09:24 +0200 Subject: [PATCH] unbound: Specificy root key directory > --with-rootkey-file=filename set default pathname to root key file > (default run-dir/root.key). This file is read and written. --- unbound.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unbound.be0 b/unbound.be0 index 9477b82a8..6aa474281 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -55,7 +55,8 @@ SRCURL[0]="https://www.unbound.net/downloads/unbound-${PKGVERSION}.tar.gz" mee_configure() { bee_configure \ - --disable-static + --disable-static \ + --with-rootkey-file="/var/unbound/root.key" } mee_build() {