diff --git a/configure.ac b/configure.ac index 7d490f62e..4c431e4b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1804,7 +1804,6 @@ scripts/lvm2_lvmpolld_init_red_hat scripts/lvm2_lvmpolld_systemd_red_hat.service scripts/lvm2_lvmpolld_systemd_red_hat.socket scripts/lvm2_lvmlockd_systemd_red_hat.service -scripts/lvm2_lvmlocking_systemd_red_hat.service scripts/lvm2_monitoring_init_red_hat scripts/lvm2_monitoring_systemd_red_hat.service scripts/lvm2_pvscan_systemd_red_hat@.service diff --git a/scripts/.gitignore b/scripts/.gitignore index 0368f2375..314bdb526 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -16,7 +16,6 @@ lvm2_lvmetad_init_red_hat lvm2_lvmetad_systemd_red_hat.service lvm2_lvmetad_systemd_red_hat.socket lvm2_lvmlockd_systemd_red_hat.service -lvm2_lvmlocking_systemd_red_hat.service lvm2_lvmpolld_init_red_hat lvm2_lvmpolld_systemd_red_hat.service lvm2_lvmpolld_systemd_red_hat.socket diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 208aebf8b..f0addc3ea 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -109,7 +109,6 @@ ifeq ("@BUILD_LVMPOLLD@", "yes") endif ifeq ("@BUILD_LVMLOCKD@", "yes") $(INSTALL_DATA) lvm2_lvmlockd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlockd.service - $(INSTALL_DATA) lvm2_lvmlocking_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlocking.service endif ifneq ("@CLVMD@", "none") $(INSTALL_DATA) lvm2_clvmd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-clvmd.service @@ -159,7 +158,6 @@ DISTCLEAN_TARGETS += \ lvm2_lvmpolld_systemd_red_hat.service \ lvm2_lvmpolld_systemd_red_hat.socket \ lvm2_lvmlockd_systemd_red_hat.service \ - lvm2_lvmlocking_systemd_red_hat.service \ lvm2_monitoring_init_red_hat \ lvm2_monitoring_systemd_red_hat.service \ lvm2_pvscan_systemd_red_hat@.service \