fca2e7af28dc62c054789df264fc198dc0325c8b
kuhn
  Fri Feb 8 13:46:15 2013 -0800
adjusted getRRdumpfile.csh and getRRtableStatus.csh to accommodate rrnfs1
diff --git src/utils/qa/getRRtableStatus.csh src/utils/qa/getRRtableStatus.csh
index 21a7f3f..af2b551 100755
--- src/utils/qa/getRRtableStatus.csh
+++ src/utils/qa/getRRtableStatus.csh
@@ -1,28 +1,29 @@
 #!/bin/tcsh
 source `which qaConfig.csh`
 
 ################################
 #  12-31-04
 #  gets the status of any table from an RR database
 #  using mark's genbank dumps.
 #
 #  Robert Kuhn
 ################################
 
 set db=""
 set machine="hgnfs1"
+set machine="rrnfs1"
 set table=""
 set field=""
 set dumpfile=""
 
 if ( $#argv < 3 || $#argv > 4 ) then
   echo
   echo "  gets the status for any field of a table from a database."
   echo "  using mark's genbank dumps."
   echo "    warning:  not in real time.  uses overnight dump."
   echo
   echo "    usage: database table field [hgwdev | hgwbeta | rr]"
   echo "    fields available: Name, Engine, Version, Row_format, Rows, "
   echo "        Avg_row_length, Data_length, Max_data_length, Index_length, "
   echo "        Data_free, Auto_increment, Create_time, Update_time, "
   echo "        Check_time, Create_options, Comment"