From 6704e6147eeb46311b14e922deb4ad070354adcf Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Mar 2023 15:19:41 +0100 Subject: [PATCH] unbound: Do not create /var/run This violates our FHS specs. Signed-off-by: Stefan Schantl --- unbound/unbound.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/unbound/unbound.nm b/unbound/unbound.nm index 2feaf3296..4b0df5551 100644 --- a/unbound/unbound.nm +++ b/unbound/unbound.nm @@ -5,7 +5,7 @@ name = unbound version = 1.17.0 -release = 1 +release = 2 groups = System/Daemons url = https://www.nlnetlabs.nl/unbound/ @@ -53,10 +53,6 @@ build end install_cmds - # Create directories. - mkdir -pv %{BUILDROOT}%{localstatedir}/run/%{name} - mkdir -pv %{BUILDROOT}%{sharedstatedir}/%{name} - # Directory for user specified and additional config files. mkdir -pv %{BUILDROOT}%{sysconfdir}/%{name}/conf.d/ -- 2.47.3