gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] [PATCH 5/6] init.d: use proper dependencies in SUSE init


From: Jan Engelhardt
Subject: [Gluster-devel] [PATCH 5/6] init.d: use proper dependencies in SUSE init script
Date: Mon, 24 Sep 2012 07:16:47 +0200

"/usr" counts as $remote_fs.

Signed-off-by: Jan Engelhardt <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]