diff options
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.patch | 9 |
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 @@ | |||
1 | From 08b55ee9ccb02db0519ddc9902025e191c1500b1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Donn Seeley <donn.seeley@windriver.com> | ||
3 | Date: Fri, 28 Feb 2014 09:11:02 -0500 | ||
4 | Subject: [PATCH] Add the glusterfs package | ||
5 | |||
1 | The glusterfs code for installing start-up scripts checks for systemd | 6 | The glusterfs code for installing start-up scripts checks for systemd |
2 | directories on the build host, and if it finds them, it chooses systemd | 7 | directories on the build host, and if it finds them, it chooses systemd |
3 | style scripts, otherwise init.d style scripts. This behavior might | 8 | style scripts, otherwise init.d style scripts. This behavior might |
@@ -13,6 +18,7 @@ Signed-off-by: Donn Seeley <donn.seeley@windriver.com> | |||
13 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> | 18 | Signed-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] |
15 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 20 | Signed-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 | -- | ||
34 | 1.9.1 | ||
35 | |||