]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Explained DATA_DIR usage...
authorFrancis Dupont <fdupont@isc.org>
Mon, 17 Jun 2019 13:47:32 +0000 (15:47 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 18 Jun 2019 16:54:26 +0000 (12:54 -0400)
src/lib/dhcpsrv/Makefile.am
src/lib/process/Makefile.am

index 0db7d30fc35128eca9919cec6279d144f5c7209c..486dd7eff2cf5eadf537ac02b26d2a6e5685494e 100644 (file)
@@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = subdir-objects
 
 SUBDIRS = . testutils tests benchmarks
 
+# DATA_DIR is the directory where to put default CSV files and the DHCPv6
+# server ID file (i.e. the file where the server finds its DUID at startup).
 dhcp_data_dir = @localstatedir@/lib/@PACKAGE@
 kea_lfc_location = @prefix@/sbin/kea-lfc
 
index 29b386803244198552d094d230fcefcbd76c0055..9e8f66f147d336c791634e01e42c0fe0cea8c6d3 100644 (file)
@@ -1,4 +1,5 @@
 SUBDIRS = . testutils tests
+# DATA_DIR is the directory where to put PID files.
 dhcp_data_dir = @runstatedir@/@PACKAGE@
 AM_CPPFLAGS  = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
 AM_CPPFLAGS += -DDATA_DIR="\"$(dhcp_data_dir)\""