diff options
Diffstat (limited to 'meta-openstack/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch')
| -rw-r--r-- | meta-openstack/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch b/meta-openstack/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch deleted file mode 100644 index 4e0379b..0000000 --- a/meta-openstack/recipes-extended/glusterfs/files/glusterfs-disable-default-startup-scripts.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | 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 | ||
| 3 | style scripts, otherwise init.d style scripts. This behavior might | ||
| 4 | conceivably be suitable for self-hosted builds, but it's grossly broken | ||
| 5 | for cross-build environments. Since we want to install custom WR scripts | ||
| 6 | regardless of which script style we support, we patch glusterfs so that | ||
| 7 | it doesn't install any of its default start-up scripts. | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [WR-specific change] | ||
| 10 | Signed-off-by: Donn Seeley <donn.seeley@windriver.com> | ||
| 11 | --- | ||
| 12 | extras/Makefile.am | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | --- a/extras/Makefile.am | ||
| 16 | +++ b/extras/Makefile.am | ||
| 17 | @@ -2,7 +2,7 @@ | ||
| 18 | EditorModedir = $(docdir) | ||
| 19 | EditorMode_DATA = glusterfs-mode.el glusterfs.vim | ||
| 20 | |||
| 21 | -SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM | ||
| 22 | +SUBDIRS = benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM | ||
| 23 | |||
| 24 | confdir = $(sysconfdir)/glusterfs | ||
| 25 | conf_DATA = glusterfs-logrotate | ||
