From dd02c5af9acb77cddc3bbe1ce9a51b7428b24446 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Tue, 29 Mar 2016 11:26:39 +0530 Subject: extras: allign glusterd stop response in init script An echo is missing stop() function which results in bad allignment of glusterd stop output Change-Id: I63ac9571457db90574fb1bfbf4f18ba09d3df1af BUG: 1321762 Signed-off-by: Atin Mukherjee Reviewed-on: http://review.gluster.org/13839 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Jeff Darcy --- extras/init.d/glusterd-Redhat.in | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in index c6254a066ad..94801fe31a5 100755 --- a/extras/init.d/glusterd-Redhat.in +++ b/extras/init.d/glusterd-Redhat.in @@ -76,6 +76,7 @@ stop() killproc $BASE fi RETVAL=$? + echo [ $RETVAL -eq 0 ] && rm -f $LOCKFILE return $RETVAL } -- cgit