From a02cc1b4a74cbe76bca7dfa1c96b8b3682c692a9 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 16 Feb 2022 17:16:13 +0100 Subject: [PATCH] unbound: move pidfile to /run --- unbound/.signature | 6 +++--- unbound/Pkgfile | 4 ++-- unbound/unbound | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/unbound/.signature b/unbound/.signature index 04a36f214..4de1015a7 100644 --- a/unbound/.signature +++ b/unbound/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/W23oaK04lYiCSB7TvZ2TWnWUek6akCAVZevrMcYo8lhWPvdSr3ck8ONfbJNHuJRn3B8L4zc9qrImhViRmZCYgk= -SHA256 (Pkgfile) = 37cffae8a3680df9e9df3b6ea6c7918e21854870027b683eb043235ee87241f2 +RWSE3ohX2g5d/alDwfdqzXv9RimYImUyeS9xV8wSx2BIBjXKC31Hl3LzM2WYpBxgcLVnIg8kRuvtozW3uNDDuQyB1R5DEn+vWgk= +SHA256 (Pkgfile) = 9dcf278125c1a17014d5cdcf99216405800a28ca61eed170e8f5b9c45918122a SHA256 (.footprint) = 55dae6262dda05e002b80b843c0e57553a93a9e770d86630d104c04e3efaced7 SHA256 (unbound-1.15.0.tar.gz) = a480dc6c8937447b98d161fe911ffc76cfaffa2da18788781314e81339f1126f -SHA256 (unbound) = 54c94f1813c00c7faac51bde904b879b73d043e87c49cf8aff63de565368a095 +SHA256 (unbound) = 10fcaea9036e81346db99907f55afa35f8db374e52e8d2b78422735552d8d423 SHA256 (README) = df6c339bdb1dcb173ec13cfdb37c28ea2d47a2700334aea3c503ef96f955f043 SHA256 (pre-install) = ec1d006e0ec4dca5b83fb0364ae2a591a9ffad7c41bac0c45f22f32a9d55f2c5 diff --git a/unbound/Pkgfile b/unbound/Pkgfile index ce7ddcc99..abf5147f4 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -5,7 +5,7 @@ name=unbound version=1.15.0 -release=1 +release=2 source=(https://unbound.net/downloads/$name-$version.tar.gz unbound README pre-install) @@ -16,7 +16,7 @@ build () { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --with-pidfile=/var/run/unbound.pid \ + --with-pidfile=/run/unbound.pid \ --with-chroot-dir=/etc/unbound \ --with-rootkey-file=/etc/unbound/anchor/root.key \ --disable-shared \ diff --git a/unbound/unbound b/unbound/unbound index 7be40e34f..7fa876686 100644 --- a/unbound/unbound +++ b/unbound/unbound @@ -5,7 +5,7 @@ SSD=/sbin/start-stop-daemon PROG=/usr/sbin/unbound -PID=/var/run/unbound.pid +PID=/run/unbound.pid case $1 in start)