summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch')
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch17
1 files changed, 7 insertions, 10 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch b/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch
index 4e1f68be0..27f0a9b54 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch
+++ b/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch
@@ -1,4 +1,4 @@
1From 69011c7227ad1aaf08d5ab28e46f85dac951c597 Mon Sep 17 00:00:00 2001 1From 264ae7b062ac52a5545a8a562b51001f7ce7369d Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Thu, 21 Apr 2022 17:22:35 +0800 3Date: Thu, 21 Apr 2022 17:22:35 +0800
4Subject: [PATCH] drbd-utils: support usermerge 4Subject: [PATCH] drbd-utils: support usermerge
@@ -21,10 +21,10 @@ Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
21 10 files changed, 32 insertions(+), 32 deletions(-) 21 10 files changed, 32 insertions(+), 32 deletions(-)
22 22
23diff --git a/configure.ac b/configure.ac 23diff --git a/configure.ac b/configure.ac
24index ae575586..3d7deeae 100644 24index f1d69ea3..3289ac7d 100644
25--- a/configure.ac 25--- a/configure.ac
26+++ b/configure.ac 26+++ b/configure.ac
27@@ -180,7 +180,7 @@ AC_ARG_WITH(tmpfilesdir, 27@@ -183,7 +183,7 @@ AC_ARG_WITH(tmpfilesdir,
28 AC_SUBST(tmpfilesdir) 28 AC_SUBST(tmpfilesdir)
29 29
30 # set default early 30 # set default early
@@ -34,12 +34,12 @@ index ae575586..3d7deeae 100644
34 test x"$with_udev" = xyes ; then 34 test x"$with_udev" = xyes ; then
35 if test x"$PKG_CONFIG" != x; then 35 if test x"$PKG_CONFIG" != x; then
36diff --git a/scripts/Makefile.in b/scripts/Makefile.in 36diff --git a/scripts/Makefile.in b/scripts/Makefile.in
37index fcd298e9..bab441a5 100644 37index aca15a22..a1cd2ffe 100644
38--- a/scripts/Makefile.in 38--- a/scripts/Makefile.in
39+++ b/scripts/Makefile.in 39+++ b/scripts/Makefile.in
40@@ -88,11 +88,11 @@ ifeq ($(subst both,systemd,$(initscripttype)),systemd) 40@@ -91,11 +91,11 @@ ifeq ($(subst both,systemd,$(initscripttype)),systemd)
41 install -d $(DESTDIR)$(systemdunitdir) 41 install -d $(DESTDIR)$(systemdunitdir)
42 install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/ 42 install -m 644 $(SYSTEMD_UNITS) $(DESTDIR)$(systemdunitdir)/
43 install -m 644 $(SYSTEMD_TEMPLATES) $(DESTDIR)$(systemdunitdir)/ 43 install -m 644 $(SYSTEMD_TEMPLATES) $(DESTDIR)$(systemdunitdir)/
44- install -d $(DESTDIR)/lib/drbd/scripts 44- install -d $(DESTDIR)/lib/drbd/scripts
45- install -m 755 drbd $(DESTDIR)/lib/drbd/scripts 45- install -m 755 drbd $(DESTDIR)/lib/drbd/scripts
@@ -110,7 +110,7 @@ index 96c599e7..c81e95a6 100644
110 [Install] 110 [Install]
111 WantedBy=multi-user.target 111 WantedBy=multi-user.target
112diff --git a/scripts/drbd@.service b/scripts/drbd@.service 112diff --git a/scripts/drbd@.service b/scripts/drbd@.service
113index 76514c5b..e2e500ba 100644 113index 0fad10be..556f3857 100644
114--- a/scripts/drbd@.service 114--- a/scripts/drbd@.service
115+++ b/scripts/drbd@.service 115+++ b/scripts/drbd@.service
116@@ -35,8 +35,8 @@ RemainAfterExit=yes 116@@ -35,8 +35,8 @@ RemainAfterExit=yes
@@ -199,6 +199,3 @@ index 0fcefc5f..81f7d5ec 100644
199 199
200 spell: 200 spell:
201 for f in drbdadm_adjust.c drbdadm_main.c drbdadm_parser.c drbdadm_usage_cnt.c drbdsetup.c drbdtool_common.c; do \ 201 for f in drbdadm_adjust.c drbdadm_main.c drbdadm_parser.c drbdadm_usage_cnt.c drbdsetup.c drbdtool_common.c; do \
202--
2032.25.1
204