diff --git a/src/confd/share/factory.d/10-infix-system.json b/src/confd/share/factory.d/10-infix-services.json similarity index 100% rename from src/confd/share/factory.d/10-infix-system.json rename to src/confd/share/factory.d/10-infix-services.json diff --git a/src/confd/share/factory.d/Makefile.am b/src/confd/share/factory.d/Makefile.am index 8c42d8f1..73a5a6dd 100644 --- a/src/confd/share/factory.d/Makefile.am +++ b/src/confd/share/factory.d/Makefile.am @@ -1,3 +1,3 @@ factorydir = $(pkgdatadir)/factory.d dist_factory_DATA = 10-nacm.json 10-netconf-server.json \ - 10-infix-system.json 10-system.json + 10-infix-services.json 10-system.json