mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[682-keactrl-unable-to-kill-kea-processes] Force localstatedir value
This commit is contained in:
parent
93d3a878a9
commit
e34d0e7048
@ -359,6 +359,9 @@ fi
|
||||
# Need to disable a false positive from shellcheck. Yes, prefix is used.
|
||||
# shellcheck disable=SC2034
|
||||
prefix=@prefix@
|
||||
# Avoid problem with localstatedir / runstatedir
|
||||
# shellcheck disable=SC2034
|
||||
localstatedir=@localstatedir@
|
||||
keactrl_conf=@sysconfdir@/@PACKAGE@/keactrl.conf
|
||||
|
||||
servers="all"
|
||||
|
Loading…
x
Reference in New Issue
Block a user