From 7d8bd97187b5eb8bbea10d95bc62b4a14c5e4d4e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 15 Jun 2018 00:46:24 +0200 Subject: [PATCH] scripts: clvmd gone --- scripts/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/Makefile.in b/scripts/Makefile.in index f0addc3ea..fc9754446 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -69,9 +69,6 @@ endif ifeq ("@BUILD_LVMPOLLD@", "yes") $(INSTALL_SCRIPT) lvm2_lvmpolld_init_red_hat $(initdir)/lvm2-lvmpolld endif -ifneq ("@CLVMD@", "none") - $(INSTALL_SCRIPT) clvmd_init_red_hat $(initdir)/clvmd -endif ifeq ("@BUILD_CMIRRORD@", "yes") $(INSTALL_SCRIPT) cmirrord_init_red_hat $(initdir)/cmirrord endif @@ -110,11 +107,6 @@ endif ifeq ("@BUILD_LVMLOCKD@", "yes") $(INSTALL_DATA) lvm2_lvmlockd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlockd.service endif -ifneq ("@CLVMD@", "none") - $(INSTALL_DATA) lvm2_clvmd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-clvmd.service - $(INSTALL_DATA) lvm2_cluster_activation_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cluster-activation.service - $(INSTALL_SCRIPT) lvm2_cluster_activation_red_hat.sh $(systemd_dir)/lvm2-cluster-activation -endif ifeq ("@BUILD_CMIRRORD@", "yes") $(INSTALL_DATA) lvm2_cmirrord_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cmirrord.service endif -- 2.43.5