summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-09-13 11:02:53 -0500
committerDavid Teigland <teigland@redhat.com>2018-09-13 11:09:25 -0500
commit19a59cc53c723f3614d68edcdd9dfabe15c1299b (patch)
treec9739064eb07b3171eeb2e1887eca02d1bd2a22a /scripts/Makefile.in
parente9b6cdd6e65196d6ada6ce54e8d256c3dc57329b (diff)
downloadlvm2-19a59cc53c723f3614d68edcdd9dfabe15c1299b.tar.gz
More cleanup needed for dropped scripts
and drop the lvm2 prefix from lvmlockd service
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 6d32b6391..039cac2e7 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -24,7 +24,7 @@ ifeq ("@BUILD_DMEVENTD@", "yes")
LDFLAGS += -Wl,-rpath-link,$(top_builddir)/daemons/dmeventd
endif
-LVM_SCRIPTS = lvmdump.sh lvmconf.sh
+LVM_SCRIPTS = lvmdump.sh
DM_SCRIPTS =
ifeq ("@FSADM@", "yes")
@@ -105,7 +105,8 @@ ifeq ("@BUILD_LVMPOLLD@", "yes")
$(INSTALL_DATA) lvm2_lvmpolld_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmpolld.service
endif
ifeq ("@BUILD_LVMLOCKD@", "yes")
- $(INSTALL_DATA) lvm2_lvmlockd_systemd_red_hat.service $(systemd_unit_dir)/lvm2-lvmlockd.service
+ $(INSTALL_DATA) lvmlockd.service $(systemd_unit_dir)/lvmlockd.service
+ $(INSTALL_DATA) lvmlocks.service $(systemd_unit_dir)/lvmlocks.service
endif
ifeq ("@BUILD_CMIRRORD@", "yes")
$(INSTALL_DATA) lvm2_cmirrord_systemd_red_hat.service $(systemd_unit_dir)/lvm2-cmirrord.service
@@ -149,7 +150,8 @@ DISTCLEAN_TARGETS += \
lvm2_lvmetad_systemd_red_hat.socket \
lvm2_lvmpolld_systemd_red_hat.service \
lvm2_lvmpolld_systemd_red_hat.socket \
- lvm2_lvmlockd_systemd_red_hat.service \
+ lvmlockd.service \
+ lvmlocks.service \
lvm2_monitoring_init_red_hat \
lvm2_monitoring_systemd_red_hat.service \
lvm2_pvscan_systemd_red_hat@.service \