[asterisk-commits] russell: trunk r84743 - in /trunk: ./ main/manager.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 4 20:40:21 CDT 2007


Author: russell
Date: Thu Oct  4 20:40:20 2007
New Revision: 84743

URL: http://svn.digium.com/view/asterisk?view=rev&rev=84743
Log:
Merged revisions 84742 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r84742 | russell | 2007-10-04 20:39:07 -0500 (Thu, 04 Oct 2007) | 3 lines

Fix a copy/paste error in the description of UpdateConfig that was pointed
out by JerJer on #asterisk-dev

........

Modified:
    trunk/   (props changed)
    trunk/main/manager.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/manager.c
URL: http://svn.digium.com/view/asterisk/trunk/main/manager.c?view=diff&rev=84743&r1=84742&r2=84743
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Thu Oct  4 20:40:20 2007
@@ -1302,8 +1302,8 @@
 }
 
 static char mandescr_updateconfig[] =
-"Description: A 'UpdateConfig' action will dump the contents of a configuration\n"
-"file by category and contents.\n"
+"Description: A 'UpdateConfig' action will modify, create, or delete\n"
+"configuration elements in Asterisk configuration files.\n"
 "Variables (X's represent 6 digit number beginning with 000000):\n"
 "   SrcFilename:   Configuration filename to read(e.g. foo.conf)\n"
 "   DstFilename:   Configuration filename to write(e.g. foo.conf)\n"




More information about the asterisk-commits mailing list