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.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