[1791] in Moira

home help back first fref pref prev next nref lref last post

Re: multiple machine output in large windows in moira

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue May 8 23:21:50 2001

Message-Id: <200105090321.XAA01230@pickled-herring.mit.edu>
To: Jonathon Weiss <jweiss@MIT.EDU>
cc: bug-moira@MIT.EDU
In-Reply-To: Your message of "Tue, 08 May 2001 20:26:55 EDT."
             <200105090026.UAA29372@speaker-for-the-dead.mit.edu> 
Date: Tue, 08 May 2001 23:21:43 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>

	This patch should fix this.  

Garry

Index: cluster.c
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/moira/cluster.c,v
retrieving revision 1.47
diff -u -r1.47 cluster.c
--- cluster.c	2000/12/20 09:40:09	1.47
+++ cluster.c	2001/05/09 03:17:08
@@ -230,9 +230,11 @@
   sprintf(buf, "OS:       %-16s    Billing Contact: %s", info[M_OS],
 	  info[M_BILL_CONTACT]);
   Put_message(buf);
-  sprintf(buf, "\nOpt: %s", info[M_USE]);
+  Put_message("");
+  sprintf(buf, "Opt: %s", info[M_USE]);
   Put_message(buf);
-  sprintf(buf, "\nAdm cmt: %s", info[M_ACOMMENT]);
+  Put_message("");
+  sprintf(buf, "Adm cmt: %s", info[M_ACOMMENT]);
   Put_message(buf);
   sprintf(buf, "Op cmt:  %s", info[M_OCOMMENT]);
   Put_message(buf);

home help back first fref pref prev next nref lref last post