[1821] in Moira Commits

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

/svn/moira r3968 - in trunk/moira/clients: moira stella

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Jan 27 18:00:17 2010

Date: Wed, 27 Jan 2010 18:00:11 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201001272300.o0RN0BbI019164@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-01-27 18:00:11 -0500 (Wed, 27 Jan 2010)
New Revision: 3968

Modified:
   trunk/moira/clients/moira/cluster.c
   trunk/moira/clients/stella/stella.c
Log:
Rename status 2 for hosts.

Modified: trunk/moira/clients/moira/cluster.c
===================================================================
--- trunk/moira/clients/moira/cluster.c	2010-01-25 17:03:16 UTC (rev 3967)
+++ trunk/moira/clients/moira/cluster.c	2010-01-27 23:00:11 UTC (rev 3968)
@@ -81,7 +81,7 @@
 static char *states[] = {
   "Reserved (0)",
   "Active (1)",
-  "None (2)",
+  "Local (2)",
   "Deleted (3)"
 };
 

Modified: trunk/moira/clients/stella/stella.c
===================================================================
--- trunk/moira/clients/stella/stella.c	2010-01-25 17:03:16 UTC (rev 3967)
+++ trunk/moira/clients/stella/stella.c	2010-01-27 23:00:11 UTC (rev 3968)
@@ -828,7 +828,7 @@
 static char *states[] = {
   "Reserved (0)",
   "Active (1)",
-  "None (2)",
+  "Local (2)",
   "Deleted (3)"
 };
 


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