[svn-commits] kpfleming: trunk r49001 - /trunk/main/asterisk.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Dec 27 14:21:22 MST 2006


Author: kpfleming
Date: Wed Dec 27 15:21:21 2006
New Revision: 49001

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49001
Log:
apparently we need an explicit message to warn people

Modified:
    trunk/main/asterisk.c

Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=49001&r1=49000&r2=49001
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Wed Dec 27 15:21:21 2006
@@ -142,7 +142,9 @@
 	ast_verbose("This is free software, with components licensed under the GNU General Public\n"); \
 	ast_verbose("License version 2 and other licenses; you are welcome to redistribute it under\n"); \
 	ast_verbose("certain conditions. Type 'core show license' for details.\n"); \
-	ast_verbose("=========================================================================\n")
+	ast_verbose("=========================================================================\n"); \
+	ast_verbose("NOTE: This is a development version of Asterisk, and should not be used in\n"); \
+	ast_verbose("production installations.\n");
 
 /*! \defgroup main_options Main Configuration Options
  \brief Main configuration options from \ref Config_ast "asterisk.conf" or 



More information about the svn-commits mailing list