net/kea-devel: Fix directory permissions

And make sure /var directories exist. This fixes runtime.

Thanks for jlduran@ for making me aware of this.

PR:	287120
This commit is contained in:
Cy Schubert
2025-06-05 13:29:09 -07:00
parent 654b2b036d
commit 998a150503
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= kea
DISTVERSION= 2.7.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ISC/kea/cur/2.7
PKGNAMESUFFIX= -devel
+4 -2
View File
@@ -883,5 +883,7 @@ share/man/man8/keactrl.8.gz
share/man/man8/perfdhcp.8.gz
%%SHELL%%@dir %%PYTHON_SITELIBDIR%%/kea/__pycache__
%%SHELL%%@dir %%PYTHON_SITELIBDIR%%/kea
@dir /var/db/kea
@dir /var/run/kea
@dir(,,0750) %%ETCDIR%%
@dir(,,0750) /var/db/kea
@dir(,,0750) /var/log/kea
@dir(,,0750) /var/run/kea