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:
parent
12f7343690
commit
4099865fcc
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user