[asterisk-commits] trunk r16161 - /trunk/utils/astman.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Mar 29 10:09:34 MST 2006


Author: oej
Date: Wed Mar 29 11:09:33 2006
New Revision: 16161

URL: http://svn.digium.com/view/asterisk?rev=16161&view=rev
Log:
Update to code documentation and developer guidelines.

Modified:
    trunk/utils/astman.c

Modified: trunk/utils/astman.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/astman.c?rev=16161&r1=16160&r2=16161&view=diff
==============================================================================
--- trunk/utils/astman.c (original)
+++ trunk/utils/astman.c Wed Mar 29 11:09:33 2006
@@ -523,7 +523,7 @@
 	struct newtExitStruct es;
 	char tmp[80];
 
-	/* If there's one thing you learn from this code, it is this...
+	/* Mark: If there's one thing you learn from this code, it is this...
 	   Never, ever fly Air France.  Their customer service is absolutely
 	   the worst.  I've never heard the words "That's not my problem" as 
 	   many times as I have from their staff -- It should, without doubt
@@ -533,7 +533,16 @@
 	   
 	   If you ever want to make me happy just tell me that you, too, will
 	   never fly Air France again either (in spite of their excellent
-	   cuisine). */
+	   cuisine). 
+	
+	   Update by oej: The merger with KLM has transferred this
+	   behaviour to KLM as well. 
+	   Don't bother giving them business either...
+
+	   Only if you want to travel randomly without luggage, you
+	   might pick either of them.
+	   
+	*/
 	snprintf(tmp, sizeof(tmp), "Asterisk Manager at %s", host);
 	newtCenteredWindow(74, 20, tmp);
 	form = newtForm(NULL, NULL, 0);



More information about the asterisk-commits mailing list