48d1d4efb5
BSC#949045. Remove execute of drbd.service. OBS-URL: https://build.opensuse.org/request/show/342198 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=13
14 lines
630 B
Diff
14 lines
630 B
Diff
Index: drbd-utils-8.9.2/scripts/Makefile.in
|
|
===================================================================
|
|
--- drbd-utils-8.9.2.orig/scripts/Makefile.in
|
|
+++ drbd-utils-8.9.2/scripts/Makefile.in
|
|
@@ -65,7 +65,7 @@ endif
|
|
# yes, debian apparently allows installing both types from the same package
|
|
ifneq ($(initscripttype),sysv) # "systemd" or "both"
|
|
install -d $(DESTDIR)$(systemdunitdir)
|
|
- install -m 755 drbd.service $(DESTDIR)$(systemdunitdir)/
|
|
+ install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
|
|
install -d $(DESTDIR)/lib/drbd/
|
|
install -m 755 drbd $(DESTDIR)/lib/drbd/
|
|
install -d $(DESTDIR)$(tmpfilesdir)/
|