From c193996c94901d81a2a623799d83ef96f595d3e2 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Thu, 10 Apr 2014 14:03:55 +0530 Subject: build: set run levels for glusterd init script properly 'chkconfig --add glusterd' does not set run levels for start/stop. This patch fixes it. Change-Id: I8962f5207d034b6875353e15eb60c4d08c5a4fe4 BUG: 1086141 Signed-off-by: Bala.FA Reviewed-on: http://review.gluster.org/7432 Reviewed-by: Niels de Vos Tested-by: Gluster Build System --- extras/init.d/glusterd-Redhat.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index e320708ae..c6254a066 100755 --- a/extras/init.d/glusterd-Redhat.in +++ b/extras/init.d/glusterd-Redhat.in @@ -11,8 +11,8 @@ # Required-Stop: $local_fs $network # Should-Start: # Should-Stop: -# Default-Start: -# Default-Stop: 0 1 2 3 4 5 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: glusterfs server # Description: Clustered file-system server ### END INIT INFO -- cgit