summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-25 18:20:53 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-25 18:20:53 +0000
commitee56997e85a68575bc7bb8a8ee6945d77cf5fe02 (patch)
tree6900bb068e61ff3d1df54f53041f41c177f73a49 /recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
parentd02fe61c35a7c5dcec5f4e7e6b9f89eae0da8440 (diff)
downloadmeta-cloud-services-ee56997e85a68575bc7bb8a8ee6945d77cf5fe02.tar.gz
glusterfs: update to 11.1
Updating to 11.1, which requires the following changes: - patch context refreshes - SSL certification patch to configure.ac - drop obselete packageconfigs - package new outputs of the build - drop backported patches Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.patch17
1 files changed, 7 insertions, 10 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 c8e0e7d..7a72e9c 100644
--- a/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
+++ b/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
@@ -24,19 +24,16 @@ Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
24 extras/Makefile.am | 2 +- 24 extras/Makefile.am | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-) 25 1 file changed, 1 insertion(+), 1 deletion(-)
26 26
27diff --git a/extras/Makefile.am b/extras/Makefile.am 27Index: glusterfs-11.1/extras/Makefile.am
28index ff5ca9b..1f59746 100644 28===================================================================
29--- a/extras/Makefile.am 29--- glusterfs-11.1.orig/extras/Makefile.am
30+++ b/extras/Makefile.am 30+++ glusterfs-11.1/extras/Makefile.am
31@@ -10,7 +10,7 @@ endif 31@@ -10,7 +10,7 @@
32 EditorModedir = $(docdir) 32 EditorModedir = $(docdir)
33 EditorMode_DATA = glusterfs-mode.el glusterfs.vim 33 EditorMode_DATA = glusterfs-mode.el glusterfs.vim
34 34
35-SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ 35-SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \
36+SUBDIRS = benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ 36+SUBDIRS = benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \
37 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils python 37 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils python \
38 ganesha command-completion
38 39
39 confdir = $(sysconfdir)/glusterfs
40--
412.8.1
42