2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3731] Fix DHCP_DATA_DIR

This commit is contained in:
Andrei Pavel 2025-03-13 15:06:02 +02:00 committed by Francis Dupont
parent 12f7343690
commit 4099865fcc

View File

@ -21,7 +21,7 @@ LOCALSTATEDIR = get_option('localstatedir')
PREFIX = get_option('prefix')
SYSCONFDIR = get_option('sysconfdir')
DHCP_DATA_DIR = f'@PREFIX@/@LOCALSTATEDIR@/run/kea'
DHCP_DATA_DIR = f'@LOCALSTATEDIR@/run/kea'
DEFAULT_HOOKS_PATH = f'@PREFIX@/lib/kea/hooks'
KEA_ADMIN = f'@TOP_BUILD_DIR@/src/bin/admin/kea-admin'
KEA_LFC = f'@TOP_BUILD_DIR@/src/bin/lfc/kea-lfc'