From 76e4895a87395d651d8a1d520548b6c82ad6a5b4 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Mon, 1 Oct 2012 16:07:09 -0400 Subject: init.d: use proper dependencies in SUSE init script "/usr", the place where the binaries usually reside, requires $remote_fs. Change-Id: I830c45b09b78b6c3b36c1475ac3f13cf6c2df588 BUG: 862082 Original-author: Jan Engelhardt Signed-off-by: Jan Engelhardt Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/4011 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- extras/init.d/glusterd-SuSE.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in index 16cf8de6..2c3fc024 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 -- cgit