[svn-commits] russell: branch 1.8 r280058 - /branches/1.8/res/res_crypto.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 28 08:01:19 CDT 2010


Author: russell
Date: Wed Jul 28 08:01:15 2010
New Revision: 280058

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=280058
Log:
s/init keys/keys init/

Modified:
    branches/1.8/res/res_crypto.c

Modified: branches/1.8/res/res_crypto.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_crypto.c?view=diff&rev=280058&r1=280057&r2=280058
==============================================================================
--- branches/1.8/res/res_crypto.c (original)
+++ branches/1.8/res/res_crypto.c Wed Jul 28 08:01:15 2010
@@ -276,7 +276,7 @@
 		}
 		/* Keep it anyway */
 		key->delme = 0;
-		/* Print final notice about "init keys" when done */
+		/* Print final notice about "keys init" when done */
 		*not2 = 1;
 	}
 
@@ -505,7 +505,7 @@
 	}
 
 	if (note) {
-		ast_log(LOG_NOTICE, "Please run the command 'init keys' to enter the passcodes for the keys\n");
+		ast_log(LOG_NOTICE, "Please run the command 'keys init' to enter the passcodes for the keys\n");
 	}
 
 	/* Delete any keys that are no longer present */




More information about the svn-commits mailing list