[1088] in BarnOwl Developers
[D-O-H] r1053 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:52 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun, 25 May 2008 11:26:08 -0400 (EDT)
Author: nelhage
Date: 2008-05-25 11:26:08 -0400 (Sun, 25 May 2008)
New Revision: 1053
Modified:
trunk/owl/owl.c
Log:
Update bugs email to a more professional looking address, and remove
the Development build warning.
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2008-05-25 04:33:37 UTC (rev 1052)
+++ trunk/owl/owl.c 2008-05-25 15:26:08 UTC (rev 1053)
@@ -322,11 +322,11 @@
sprintf(buff, "Welcome to barnowl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING);
strcat(startupmsg, buff);
strcat(startupmsg, " \n");
- strcat(startupmsg, "This is a development build of barnowl. If you are using this \n");
- strcat(startupmsg, "build regularly, please add yourself to barnowl-users@mit.edu \n");
+ strcat(startupmsg, "BarnOwl is free software. Type ':show license' for more \n");
+ strcat(startupmsg, "information. \n");
strcat(startupmsg, " ^ ^ \n");
strcat(startupmsg, " OvO \n");
- strcat(startupmsg, "Please report any bugs to dirty-owl-hackers@mit.edu ( ) \n");
+ strcat(startupmsg, "Please report any bugs or suggestions to bug-barnowl@mit.edu ( ) \n");
strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
owl_function_adminmsg("", startupmsg);
sepbar(NULL);