blob: 90dd1f8618c8bf40306492e1da67d39fbfe66cb1 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Upstream-Status: Pending
2
3Subject: Makefile.in: fix permission bits for drbd.service
4
5Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
6---
7 scripts/Makefile.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/scripts/Makefile.in b/scripts/Makefile.in
11index 402b93b..4a45407 100644
12--- a/scripts/Makefile.in
13+++ b/scripts/Makefile.in
14@@ -65,7 +65,7 @@ endif
15 # yes, debian apparently allows installing both types from the same package
16 ifneq ($(initscripttype),sysv) # "systemd" or "both"
17 install -d $(DESTDIR)$(systemdunitdir)
18- install -m 755 drbd.service $(DESTDIR)$(systemdunitdir)/
19+ install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
20 install -d $(DESTDIR)/lib/drbd/
21 install -m 755 drbd $(DESTDIR)/lib/drbd/
22 install -d $(DESTDIR)$(tmpfilesdir)/
23--
241.9.1
25