[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] [PATCH 05/15] init.d: implement reload action for SUSE i
From: |
Jan Engelhardt |
Subject: |
[Gluster-devel] [PATCH 05/15] init.d: implement reload action for SUSE init script |
Date: |
Tue, 25 Sep 2012 18:41:03 +0200 |
Signed-off-by: Jan Engelhardt <address@hidden>
---
extras/init.d/glusterd-SuSE.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in
index 2c3fc02..6259bab 100755
--- a/extras/init.d/glusterd-SuSE.in
+++ b/extras/init.d/glusterd-SuSE.in
@@ -61,13 +61,17 @@ case $1 in
fi
rc_status -v
;;
+ reload)
+ rc_failed 3
+ rc_status -v
+ ;;
restart)
$0 stop
$0 start
rc_status
;;
*)
- echo $"Usage: $0 {start|stop|status|restart}."
+ echo $"Usage: $0 {start|stop|status|reload|restart}."
exit 1
esac
--
1.7.10.4
- [Gluster-devel] Build system cleanups (v2), Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 05/15] init.d: implement reload action for SUSE init script,
Jan Engelhardt <=
- [Gluster-devel] [PATCH 07/15] build: replace INCLUDES by CPPFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 01/15] build: add missing GF_CFLAGS in api/src/, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 03/15] build: more efficient clean, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 15/15] build: make use of system libuuid, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 12/15] build: move -L arguments out of CFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 09/15] build: remove two no-op lines from rdma Makefile, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 08/15] build: fix a typo in the python xlator Makefile, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 04/15] init.d: use proper dependencies in SUSE init script, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 11/15] build: remove useless explicit -fPIC -shared from CFLAGS, Jan Engelhardt, 2012/09/25
- [Gluster-devel] [PATCH 14/15] build: libraries must be in LDADD/LIBADD, Jan Engelhardt, 2012/09/25