Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip.pt	(revision 42417)
@@ -57,5 +57,5 @@
   periods      -poll $RPOLL
   periods      -exec $REXEC
-  periods      -timeout 60
+  periods      -timeout 1800
   npending 1
 
@@ -94,5 +94,4 @@
     book setword fixchip.book $options:0 pantaskState DONE
     exec update.rawfix.sh $options:0 fixchip.done
-    book delpage fixchip.book $options:0
   end
 
Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s2.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s2.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s2.pt	(revision 42417)
@@ -57,5 +57,5 @@
   periods      -poll $RPOLL
   periods      -exec $REXEC
-  periods      -timeout 60
+  periods      -timeout 1800
   npending 1
 
@@ -94,5 +94,4 @@
     book setword fixchip_s2.book $options:0 pantaskState DONE
     exec update.rawfix.sh $options:0 fixchip_s2.done
-    book delpage fixchip_s2.book $options:0
   end
 
Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s3.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s3.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.fixchip_s3.pt	(revision 42417)
@@ -57,5 +57,5 @@
   periods      -poll $RPOLL
   periods      -exec $REXEC
-  periods      -timeout 60
+  periods      -timeout 1800
   npending 1
 
@@ -94,5 +94,4 @@
     book setword fixchip_s3.book $options:0 pantaskState DONE
     exec update.rawfix.sh $options:0 fixchip_s3.done
-    book delpage fixchip_s3.book $options:0
   end
 
Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt	(revision 42417)
@@ -170,21 +170,21 @@
 
   task.exit 0
-    nights.mdsum.exit OK
-  end
-
-  # exit values other than 0:
-  task.exit    default
-    nights.mdsum.exit FAIL
-    showcommand failure
-  end
-
-  task.exit    crash
-    nights.mdsum.exit CRASH
-    showcommand crash
-  end
-
-  # operation times out?
-  task.exit    timeout
-    nights.mdsum.exit TIMEOUT
+    nights.md5sum.exit OK
+  end
+
+  # exit values other than 0:
+  task.exit    default
+    nights.md5sum.exit FAIL
+    showcommand failure
+  end
+
+  task.exit    crash
+    nights.md5sum.exit CRASH
+    showcommand crash
+  end
+
+  # operation times out?
+  task.exit    timeout
+    nights.md5sum.exit TIMEOUT
     showcommand timeout
   end
@@ -256,7 +256,7 @@
 ######################### UTILITIES #################################
 
-macro nights.mdsum.exit
+macro nights.md5sum.exit
   if ($0 != 2)
-    echo "USAGE: nights.mdsum.exit (quality)"
+    echo "USAGE: nights.md5sum.exit (quality)"
     break
   end
Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt	(revision 42417)
@@ -171,21 +171,21 @@
   # dump stdout / stderr to a file on failure?
   task.exit 0
-    nights.mdsum.exit OK
-  end
-
-  # exit values other than 0:
-  task.exit    default
-    nights.mdsum.exit FAIL
-    showcommand failure
-  end
-
-  task.exit    crash
-    nights.mdsum.exit CRASH
-    showcommand crash
-  end
-
-  # operation times out?
-  task.exit    timeout
-    nights.mdsum.exit TIMEOUT
+    nights.md5sum_s2.exit OK
+  end
+
+  # exit values other than 0:
+  task.exit    default
+    nights.md5sum_s2.exit FAIL
+    showcommand failure
+  end
+
+  task.exit    crash
+    nights.md5sum_s2.exit CRASH
+    showcommand crash
+  end
+
+  # operation times out?
+  task.exit    timeout
+    nights.md5sum_s2.exit TIMEOUT
     showcommand timeout
   end
@@ -257,7 +257,7 @@
 ######################### UTILITIES #################################
 
-macro nights.mdsum.exit
+macro nights.md5sum_s2.exit
   if ($0 != 2)
-    echo "USAGE: nights.mdsum.exit (quality)"
+    echo "USAGE: nights.md5sum_s2.exit (quality)"
     break
   end
Index: /trunk/tools/eam/rawfix.20230221/src/rawfix.pt
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42416)
+++ /trunk/tools/eam/rawfix.20230221/src/rawfix.pt	(revision 42417)
@@ -23,12 +23,12 @@
 # order is this file is not determinative, only the
 # change of state from STAGE1.new -> STAGE1.done -> STAGE2.new
-# input rawfix.ckchip.pt
-# input rawfix.fixchip.pt
-# input rawfix.md5sum.pt
-# input rawfix.md5chk.pt
-# input rawfix.fixchip_s2.pt
-# input rawfix.md5sum_s2.pt
-# input rawfix.md5chk_s2.pt
-# input rawfix.fixchip_s3.pt
+input rawfix.ckchip.pt
+input rawfix.fixchip.pt
+input rawfix.md5sum.pt
+input rawfix.md5chk.pt
+input rawfix.fixchip_s2.pt
+input rawfix.md5sum_s2.pt
+input rawfix.md5chk_s2.pt
+input rawfix.fixchip_s3.pt
 
 # no need to run rsync if we use the b-node working directory:
