]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
unbound: Use /run instead of /var/run
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 20 Mar 2023 11:01:37 +0000 (12:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:40 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
unbound/unbound.nm
unbound/unbound.tmpfiles

index 4b0df5551f9b2485e17b9e06ea7a5794be8306a0..daba5655819289ceac3767c0ffcc00de60a32bb7 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = unbound
 version    = 1.17.0
-release    = 2
+release    = 3
 
 groups     = System/Daemons
 url        = https://www.nlnetlabs.nl/unbound/
@@ -33,7 +33,7 @@ build
 
        configure_options += \
                --with-conf-file=%{sysconfdir}/%{name}/unbound.conf \
-               --with-pidfile=%{localstatedir}/run/%{name}/%{name}.pid \
+               --with-pidfile=/run/%{name}/%{name}.pid \
                --with-rootkey-file=%{sharedstatedir}/unbound/root.key \
                --without-libevent \
                --with-pthreads \
index d6255896c451a7efab8e7fb155b7f8469bb18710..bb88f01e29fa3f3367ecf49181bcf6b96353ca21 100644 (file)
@@ -1 +1 @@
-D /var/run/unbound 0755 unbound unbound -
+D /run/unbound 0755 unbound unbound -