Skip to content
Snippets Groups Projects
Commit d79f6e17 authored by Russell Bryant's avatar Russell Bryant
Browse files

Note that "reload" needs to be added back.

I keep getting annoyed at having to type "module reload" to reload everything,
so I'm adding a note that we need to add "reload" back.  "module reload" doesn't
really make sense as the command to reload everything, including the core.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5d28d72d
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,11 @@ static char *handle_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args * ...@@ -266,6 +266,11 @@ static char *handle_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
return CLI_SUCCESS; return CLI_SUCCESS;
} }
/*!
* \bug The command "reload" needs to be re-added. Requiring "module reload" to reload everything,
* including core stuff, doesn't really make sense. Adding a "core reload" to reload everything,
* including modules, also doesn't really make sense. So, we should put "reload" back.
*/
static char *handle_reload(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) static char *handle_reload(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{ {
int x; int x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment