summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
Diffstat (limited to 'redhat')
-rwxr-xr-xredhat/scripts/bcfg2.init10
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/scripts/bcfg2.init b/redhat/scripts/bcfg2.init
index b4ea37763..5cfdf47bc 100755
--- a/redhat/scripts/bcfg2.init
+++ b/redhat/scripts/bcfg2.init
@@ -54,15 +54,15 @@ start () {
case "$1" in
start)
start
- ;;
- stop)
+ ;;
+ stop|status)
exit 0
- ;;
+ ;;
restart|force-reload)
start
- ;;
+ ;;
*)
- echo "Usage: $0 {start|stop|restart|force-reload}"
+ echo "Usage: $0 {start|stop|status|restart|force-reload}"
RETVAL=3
esac