unbound: move pidfile to /run

This commit is contained in:
Juergen Daubert 2022-02-16 17:16:13 +01:00
parent 84ade61902
commit a02cc1b4a7
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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)