summaryrefslogtreecommitdiff
path: root/packaging/RPMS
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-08-13 17:31:50 +0100
committerDavid Wragg <dpw@lshift.net>2009-08-13 17:31:50 +0100
commit71e0a1d3fa1ce936049844e635ad0183238b82fe (patch)
tree9bb9aef68040c5ad8a34dacf1a18f2db996cce02 /packaging/RPMS
parent9824ac05d733f91eb6338392fb0d1d9fc18fb957 (diff)
downloadrabbitmq-server-71e0a1d3fa1ce936049844e635ad0183238b82fe.tar.gz
Reconcile actions peformed by the init scripts
Not all the actions behave according to specs, but this is a general issue with our init scripts.
Diffstat (limited to 'packaging/RPMS')
-rw-r--r--packaging/RPMS/Fedora/init.d7
1 files changed, 1 insertions, 6 deletions
diff --git a/packaging/RPMS/Fedora/init.d b/packaging/RPMS/Fedora/init.d
index ca61eafd..1439f563 100644
--- a/packaging/RPMS/Fedora/init.d
+++ b/packaging/RPMS/Fedora/init.d
@@ -115,12 +115,7 @@ case "$1" in
echo -n "Rotating log files for $DESC: "
rotate_logs_rabbitmq
;;
- force-reload|reload|restart)
- echo -n "Restarting $DESC: "
- restart_rabbitmq
- echo "$NAME."
- ;;
- condrestart|try-restart)
+ force-reload|reload|restart|condrestart|try-restart)
echo -n "Restarting $DESC: "
restart_rabbitmq
echo "$NAME."