summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-06-13 15:02:12 -0500
committerDavid Teigland <teigland@redhat.com>2018-06-13 15:04:26 -0500
commit9b79f0244a17c91d790e2114e1c912e5efe00a2f (patch)
tree8ec00133fc71eea7341739fea07f747482173023 /scripts
parentfa00fce97c1eabef9f1ec88dd420660cd4d6f004 (diff)
downloadlvm2-9b79f0244a17c91d790e2114e1c912e5efe00a2f.tar.gz
Remove makefile entries for removed script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.gitignore1
-rw-r--r--scripts/Makefile.in2
2 files changed, 0 insertions, 3 deletions
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 \