summaryrefslogtreecommitdiffstats
path: root/extras/init.d/glusterd-Redhat.in
diff options
context:
space:
mode:
Diffstat (limited to 'extras/init.d/glusterd-Redhat.in')
-rwxr-xr-xextras/init.d/glusterd-Redhat.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/init.d/glusterd-Redhat.in b/extras/init.d/glusterd-Redhat.in
index 8b17eb18b..858f82245 100755
--- a/extras/init.d/glusterd-Redhat.in
+++ b/extras/init.d/glusterd-Redhat.in
@@ -59,8 +59,6 @@ stop()
killproc $BASE
fi
- echo
-
}
@@ -68,7 +66,6 @@ stop()
case $1 in
start)
start
- RETVAL=$?
;;
stop)
stop
@@ -81,7 +78,6 @@ case $1 in
restart)
$0 stop
$0 start
- RETVAL=$?
;;
*)
echo $"Usage: $0 {start|stop|status|restart}."