[svn-commits] russell: branch 1.6.2 r208707 - in /branches/1.6.2: ./ main/cli.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 24 15:55:09 CDT 2009


Author: russell
Date: Fri Jul 24 15:55:06 2009
New Revision: 208707

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208707
Log:
Merged revisions 208706 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r208706 | russell | 2009-07-24 15:54:37 -0500 (Fri, 24 Jul 2009) | 6 lines
  
  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.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/cli.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/cli.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/cli.c?view=diff&rev=208707&r1=208706&r2=208707
==============================================================================
--- branches/1.6.2/main/cli.c (original)
+++ branches/1.6.2/main/cli.c Fri Jul 24 15:55:06 2009
@@ -266,6 +266,11 @@
 	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)
 {
 	int x;




More information about the svn-commits mailing list