Index: /trunk/Ohana/src/fixcat/src/fixcat.c
===================================================================
--- /trunk/Ohana/src/fixcat/src/fixcat.c	(revision 4840)
+++ /trunk/Ohana/src/fixcat/src/fixcat.c	(revision 4841)
@@ -13,4 +13,7 @@
   struct timeval now, then;  
   
+  fprintf (stderr, "this function is not well-defined: review and recode\n");
+  exit (1);
+
   gettimeofday (&then, (void *) NULL);
   ConfigInit (argc, argv);
@@ -26,7 +29,5 @@
   }
 
-  /* if lockfile exists, program will complain and quit */
-  check_lockfile (); 
-
+  /* replace with addstar/gcatalog as example */
   gcatalog (argv[1], &catalog);
 
Index: /trunk/Ohana/src/misc/src/fixcpt.c
===================================================================
--- /trunk/Ohana/src/misc/src/fixcpt.c	(revision 4840)
+++ /trunk/Ohana/src/misc/src/fixcpt.c	(revision 4841)
@@ -1,4 +1,6 @@
 # include <ohana.h>
 # include <dvo.h>
+
+/**** this was a one-off program to repair errors in the loneos db files ****/
 
 main (argc, argv)
