summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch')
-rw-r--r--recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch b/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
index dbc81b6..7f582dc 100644
--- a/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
+++ b/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
@@ -1,6 +1,6 @@
1From 08b55ee9ccb02db0519ddc9902025e191c1500b1 Mon Sep 17 00:00:00 2001 1From bbc23b4723a5f60f2b6f4daf734194f9a3a315d8 Mon Sep 17 00:00:00 2001
2From: Donn Seeley <donn.seeley@windriver.com> 2From: "Hongzhi.Song" <hongzhi.song@windriver.com>
3Date: Fri, 28 Feb 2014 09:11:02 -0500 3Date: Wed, 24 Apr 2019 22:41:04 -0400
4Subject: [PATCH] Add the glusterfs package 4Subject: [PATCH] Add the glusterfs package
5 5
6The glusterfs code for installing start-up scripts checks for systemd 6The glusterfs code for installing start-up scripts checks for systemd
@@ -18,21 +18,25 @@ Signed-off-by: Donn Seeley <donn.seeley@windriver.com>
18Signed-off-by: Xulin Sun <xulin.sun@windriver.com> 18Signed-off-by: Xulin Sun <xulin.sun@windriver.com>
19[Yi: minor adjust to apply the patch on 3.11.1] 19[Yi: minor adjust to apply the patch on 3.11.1]
20Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 20Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
21 21[modify patch for release-6.1]
22Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
22--- 23---
23 extras/Makefile.am | 2 +- 24 extras/Makefile.am | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-) 25 1 file changed, 1 insertion(+), 1 deletion(-)
25 26
26diff --git a/extras/Makefile.am b/extras/Makefile.am 27diff --git a/extras/Makefile.am b/extras/Makefile.am
27index 3af1103..8978dde 100644 28index ff5ca9b..1f59746 100644
28--- a/extras/Makefile.am 29--- a/extras/Makefile.am
29+++ b/extras/Makefile.am 30+++ b/extras/Makefile.am
30@@ -4,7 +4,7 @@ addonexec_SCRIPTS = peer_add_secret_pub 31@@ -10,7 +10,7 @@ endif
31 EditorModedir = $(docdir) 32 EditorModedir = $(docdir)
32 EditorMode_DATA = glusterfs-mode.el glusterfs.vim 33 EditorMode_DATA = glusterfs-mode.el glusterfs.vim
33 34
34-SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ 35-SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \
35+SUBDIRS = benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ 36+SUBDIRS = benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \
36 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils 37 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils python
37 38
38 confdir = $(sysconfdir)/glusterfs 39 confdir = $(sysconfdir)/glusterfs
40--
412.8.1
42