2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[682-keactrl-unable-to-kill-kea-processes] Force localstatedir value

This commit is contained in:
Francis Dupont
2019-06-25 15:00:32 +02:00
parent 93d3a878a9
commit e34d0e7048

View File

@@ -359,6 +359,9 @@ fi
# Need to disable a false positive from shellcheck. Yes, prefix is used. # Need to disable a false positive from shellcheck. Yes, prefix is used.
# shellcheck disable=SC2034 # shellcheck disable=SC2034
prefix=@prefix@ prefix=@prefix@
# Avoid problem with localstatedir / runstatedir
# shellcheck disable=SC2034
localstatedir=@localstatedir@
keactrl_conf=@sysconfdir@/@PACKAGE@/keactrl.conf keactrl_conf=@sysconfdir@/@PACKAGE@/keactrl.conf
servers="all" servers="all"