summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-06-15 00:46:24 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-06-15 00:46:24 +0200
commit7d8bd97187b5eb8bbea10d95bc62b4a14c5e4d4e (patch)
tree5e9c18de30c94a5f2a89be2f9bdb5e065aa9ce9d /scripts
parent9d2b9e5bc6a5a887ab4423caabb4ec43031de662 (diff)
downloadlvm2-7d8bd97187b5eb8bbea10d95bc62b4a14c5e4d4e.tar.gz
scripts: clvmd gone
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in8
1 files changed, 0 insertions, 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