]> andersk Git - moira.git/blobdiff - dbck/phase3.dc
DBMS=ORACLE
[moira.git] / dbck / phase3.dc
index 0a85f74666cf850229329c47acb1257fbadee90f..e91199ad4fb1c8ba1efcf06d4a0d2b2228698e33 100644 (file)
@@ -51,7 +51,12 @@ struct string *s;
     }
 }
 
-
+/*  This test was disabled because the MIT Moira server, which
+ * initially only managed host information for workstations and
+ *  servers in the Athena Computing Environment, has been extended to
+ *  manage all hosts in the MIT.EDU domain (but not subdomains).
+ */
+/*
 noclu_mach_check(id, m, hint)
 int id, hint;
 struct machine *m;
@@ -59,22 +64,21 @@ struct machine *m;
     if (m->clucount == 0 && m->mach_id != 0)
       printf("Warning: machine %s is not in any clusters\n", m->name);
 }
-
+*/
 
 phase3()
-##{
+{
     printf("Phase 3 - Finding unused objects\n");
 
     if (warn) {
-       dprintf("Checking machines...\n");
      hash_step(machines, noclu_mach_check, NULL);
-
+/*     dprintf("Checking machines...\n");
*     hash_step(machines, noclu_mach_check, NULL);
+ */
        dprintf("Checking lists...\n");
        hash_step(lists, empty_list_check, NULL);
     }
 
     dprintf("Checking strings...\n");
     hash_step(strings, unref_string_check, NULL);
-
-##}
+}
 
This page took 0.041023 seconds and 4 git commands to generate.