From: Stefan Schantl Date: Sun, 19 Mar 2023 14:19:41 +0000 (+0100) Subject: unbound: Do not create /var/run X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6704e6147eeb46311b14e922deb4ad070354adcf;p=people%2Fstevee%2Fipfire-3.x.git unbound: Do not create /var/run This violates our FHS specs. Signed-off-by: Stefan Schantl --- 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/