Index: trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42417)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42430)
@@ -86,5 +86,5 @@
     exec echo "# start runhosts $mydate" >> $tmpline
 
-    command get_hosts_md5s.sh $DATEOBS
+    command get_hosts_md5s.sh $DATEOBS v0
   end
 
@@ -124,7 +124,4 @@
   periods      -timeout 60
 
-  stdout $LOGDIR/md5sum.runhosts.stdout.log  
-  stderr $LOGDIR/md5sum.runhosts.stderr.log
-
   task.exec
     # if we are unable to run the 'exec', use a long retry time
@@ -146,6 +143,8 @@
     # save DATEOBS so we can find the md5sum.book entry
 
+    stdout $mypath/$DATEOBS/log.md5sum.runhosts.v0  
+    stderr $mypath/$DATEOBS/log.md5sum.runhosts.v0  
+
     # XXX TEST: $USE_HOST = ipp060
-
     $USE_HOST = $MD5HOST
     host -required $USE_HOST
@@ -161,10 +160,10 @@
 
     ## even when testing, use the original hostname here:
-    $input = $mypath/$DATEOBS/$MD5HOST.inst.txt
+    $input = $mypath/$DATEOBS/$MD5HOST.inst.v0.txt
 
     # need to make sure this will work on the ipp b-nodes:
     # if we are able to run the 'exec', use a short retry time to launch all outstanding jobs
     periods -exec 0.05
-    command $mypath/get_md5s_instances.pl --hostname $USE_HOST --input $input
+    command $mypath/get_md5s_instances.pl --hostname $USE_HOST --input $input --stage v0
   end
 
