[1922] in Moira Commits

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

/svn/moira r4061 - trunk/moira/gen

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Dec 7 15:33:14 2011

Date: Wed, 7 Dec 2011 15:33:13 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201112072033.pB7KXDAb019815@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2011-12-07 15:33:13 -0500 (Wed, 07 Dec 2011)
New Revision: 4061

Modified:
   trunk/moira/gen/directory.pc
Log:
Omit class DOOMED.

Modified: trunk/moira/gen/directory.pc
===================================================================
--- trunk/moira/gen/directory.pc	2011-12-01 19:50:15 UTC (rev 4060)
+++ trunk/moira/gen/directory.pc	2011-12-07 20:33:13 UTC (rev 4061)
@@ -65,7 +65,7 @@
     home_addr, home_phone, clearid, type 
     FROM users WHERE status = 1 AND type != 'SYSTEM' AND type != 'STAFF'
     AND type != 'TEST' AND type != 'REGTEST' AND type != 'SHARED'
-    AND type != 'MGMT' AND type NOT LIKE 'GUES%';
+    AND type != 'MGMT' AND type != 'DOOMED' AND type NOT LIKE 'GUES%';
   EXEC SQL OPEN x;
   while (1)
     {


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