1
0
forked from pool/glusterfs

Add glusterfs-init.diff

OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2012-10-31 12:56:54 +00:00 committed by Git OBS Bridge
parent 56bab027bd
commit a01b93d70c

31
glusterfs-init.diff Normal file
View File

@ -0,0 +1,31 @@
From 9563572894a0685bdb575398c775cbd187df3a9c Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Mon, 24 Sep 2012 06:08:36 +0200
Subject: [PATCH] init.d: use proper dependencies in SUSE init script
"/usr", the place where the binaries usually reside, requires
$remote_fs.
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
extras/init.d/glusterd-SuSE.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in
index 16cf8de..2c3fc02 100755
--- a/extras/init.d/glusterd-SuSE.in
+++ b/extras/init.d/glusterd-SuSE.in
@@ -2,8 +2,8 @@
#
### BEGIN INIT INFO
# Provides: glusterd
-# Required-Start: $local_fs $network
-# Required-Stop:
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
# Default-Start: 3 5
# Default-Stop:
# Short-Description: Gluster File System service for volume management
--
1.7.10.4