]> git.proxmox.com Git - lvm.git/blob - patchdir/use-service-for-clvm.patch
buildsys: update make upload target for stretch
[lvm.git] / patchdir / use-service-for-clvm.patch
1 Index: new/debian/rules
2 ===================================================================
3 --- new.orig/debian/rules
4 +++ new/debian/rules
5 @@ -171,7 +171,10 @@ install_clvm: export DH_OPTIONS = -pclvm
6 install_clvm: DIR = $(BUILD_DIR)/install_deb
7 install_clvm: $(STAMPS_DIR)/install_deb
8 +$(MAKE_SELF) install-base-prep INSTALL_DIR='$(DIR)'
9 - dh_installinit --no-start -- start 63 S . start 51 0 6 .
10 + # do not install clvm.init (we use lvm2-clvmd.service instead)
11 + # do not install clvm.defaults (users should use systemd files to
12 + # enable clvmd startup and overwrite settings)
13 + dh_systemd_enable --no-enable lvm2-cluster-activation.service
14 +$(MAKE_SELF) install-base
15
16 install_dmeventd: export DH_OPTIONS = -pdmeventd