From 0438cc8f02e302999aa22af297775f363b0f9a1e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 3 May 2021 16:29:26 +0200 Subject: [PATCH] unbound: Create `/var/unbound` `/usr/sbin/unbound-startup` also takes care of this, but as the location is defined in the package, create the directory here too. --- unbound.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unbound.be0 b/unbound.be0 index b765eb3e9..ae223de3b 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -73,6 +73,8 @@ mee_build() { mee_install_post() { start_cmd mv ${D}/etc/unbound/unbound.conf{,.sample} + + start_cmd install -o unbound -m 755 -d ${D}/var/unbound } ###############################################################################