]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#584,!338] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Mon, 27 May 2019 10:58:28 +0000 (06:58 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 27 May 2019 14:11:56 +0000 (10:11 -0400)
doc/Makefile.am
src/bin/keactrl/Makefile.am

index cd8858756ab3738454be501b1027deecb7d6c897..f076ba65c5c85f98eb76d4ef1ac5da81de2cfc11 100644 (file)
@@ -69,9 +69,11 @@ nobase_dist_doc_DATA += examples/kea6/stateless.json
 nobase_dist_doc_DATA += examples/kea6/with-ddns.json
 
 if HAVE_SYSREPO
-nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-config.xml
-nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-schema.xml
-nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-translator.xml
+# BAD configs are for testing only. Do not install them.
+#nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-config.xml
+#nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-schema.xml
+#nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-translator.xml
+
 nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/boot.json
 nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/logging.xml
 nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/netconf.json
index 55b597c2fcfe255a8345e403dc1067d5dda20483..af32b3d81b65b87a2408bb071241c49fe8015d66 100644 (file)
@@ -19,7 +19,7 @@ DISTCLEANFILES = keactrl keactrl.conf $(man_MANS)
 CLEANFILES = $(KEA_CONFIGFILES)
 EXTRA_DIST = keactrl.in keactrl.conf.in kea-dhcp4.conf.pre \
              kea-dhcp6.conf.pre kea-dhcp-ddns.conf.pre \
-             kea-ctrl-agent.conf.pre kea-netconf.conf.pre \
+             kea-ctrl-agent.conf.pre \
              $(man_MANS) keactrl.xml
 
 if HAVE_SYSREPO