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.patch9
1 files changed, 6 insertions, 3 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 cbff10e..dbc81b6 100644
--- a/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
+++ b/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch
@@ -1,3 +1,8 @@
1From 08b55ee9ccb02db0519ddc9902025e191c1500b1 Mon Sep 17 00:00:00 2001
2From: Donn Seeley <donn.seeley@windriver.com>
3Date: Fri, 28 Feb 2014 09:11:02 -0500
4Subject: [PATCH] Add the glusterfs package
5
1The glusterfs code for installing start-up scripts checks for systemd 6The glusterfs code for installing start-up scripts checks for systemd
2directories on the build host, and if it finds them, it chooses systemd 7directories on the build host, and if it finds them, it chooses systemd
3style scripts, otherwise init.d style scripts. This behavior might 8style scripts, otherwise init.d style scripts. This behavior might
@@ -13,6 +18,7 @@ Signed-off-by: Donn Seeley <donn.seeley@windriver.com>
13Signed-off-by: Xulin Sun <xulin.sun@windriver.com> 18Signed-off-by: Xulin Sun <xulin.sun@windriver.com>
14[Yi: minor adjust to apply the patch on 3.11.1] 19[Yi: minor adjust to apply the patch on 3.11.1]
15Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 20Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
21
16--- 22---
17 extras/Makefile.am | 2 +- 23 extras/Makefile.am | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-) 24 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -30,6 +36,3 @@ index 3af1103..8978dde 100644
30 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils 36 $(GEOREP_EXTRAS_SUBDIR) snap_scheduler firewalld cliutils
31 37
32 confdir = $(sysconfdir)/glusterfs 38 confdir = $(sysconfdir)/glusterfs
33--
341.9.1
35