(FSBUILD-204)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15417 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-11-11 01:44:19 +00:00
parent 30313e7365
commit 6a02e89d34
1 changed files with 7 additions and 7 deletions

View File

@ -124,16 +124,16 @@ case "$1" in
2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
esac
;;
#reload|force-reload)
reload|force-reload)
#
# If do_reload() is not implemented then leave this commented out
# and leave 'force-reload' as an alias for 'restart'.
#
#log_daemon_msg "Reloading $DESC" "$NAME"
#do_reload
#log_end_msg $?
log_daemon_msg "Reloading $DESC" "$NAME"
do_reload
log_end_msg $?
#;;
restart|force-reload)
restart)
#
# If the "reload" option is implemented then remove the
# 'force-reload' alias
@ -156,8 +156,8 @@ case "$1" in
esac
;;
*)
#echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
#echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
exit 3
;;
esac