From d44bfe90f1b609d23566ba26c4d51ba167f2368d Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 15 Nov 2018 09:25:55 -0600 Subject: [PATCH] scripts: remove lvmetad from makefile --- scripts/Makefile.in | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 039cac2e7..27fc201b8 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -63,9 +63,6 @@ install_initscripts: ifeq ("@BUILD_DMEVENTD@", "yes") $(INSTALL_SCRIPT) lvm2_monitoring_init_red_hat $(initdir)/lvm2-monitor endif -ifeq ("@BUILD_LVMETAD@", "yes") - $(INSTALL_SCRIPT) lvm2_lvmetad_init_red_hat $(initdir)/lvm2-lvmetad -endif ifeq ("@BUILD_LVMPOLLD@", "yes") $(INSTALL_SCRIPT) lvm2_lvmpolld_init_red_hat $(initdir)/lvm2-lvmpolld endif @@ -95,11 +92,6 @@ endif ifeq ("@BLKDEACTIVATE@", "yes") $(INSTALL_DATA) blk_availability_systemd_red_hat.service $(systemd_unit_dir)/blk-availability.service endif -ifeq ("@BUILD_LVMETAD@", "yes") - $(INSTALL_DATA) lvm2_lvmetad_systemd_red_hat.socket $(systemd_unit_dir)/lvm2-lvmetad.socket - $(INSTALL_DATA) lvm2_lvmetad_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmetad.service - $(INSTALL_DATA) lvm2_pvscan_systemd_red_hat@.service $(systemd_unit_dir)/lvm2-pvscan@.service -endif ifeq ("@BUILD_LVMPOLLD@", "yes") $(INSTALL_DATA) lvm2_lvmpolld_systemd_red_hat.socket $(systemd_unit_dir)/lvm2-lvmpolld.socket $(INSTALL_DATA) lvm2_lvmpolld_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmpolld.service @@ -144,10 +136,7 @@ DISTCLEAN_TARGETS += \ lvm2_clvmd_systemd_red_hat.service \ lvm2_cmirrord_systemd_red_hat.service \ lvm2_lvmdbusd_systemd_red_hat.service \ - lvm2_lvmetad_init_red_hat \ lvm2_lvmpolld_init_red_hat \ - lvm2_lvmetad_systemd_red_hat.service \ - lvm2_lvmetad_systemd_red_hat.socket \ lvm2_lvmpolld_systemd_red_hat.service \ lvm2_lvmpolld_systemd_red_hat.socket \ lvmlockd.service \ -- 2.43.5