Index: trunk/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 27896)
+++ trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 27897)
@@ -84,5 +84,5 @@
 
 if (!$outdir or ($outdir eq "NULL")) {
-    # workdir is where all of the files generated for this request are placed
+    # outdir is where all of the files generated for this request are placed
     # NOTE: this location needs to be kept in sync with the web interface ( request.php )
     my $datestr = strftime "%Y%m%d", gmtime;
@@ -124,6 +124,7 @@
     }
 } elsif ($uri ne $new_uri) {
-    # put a link to the file into the workdir
+    # copy the request file into outdir
     if (-e $new_uri) {
+        # file exists already delete it incase the previous copy is bogus
         unlink $new_uri or my_die("failed to unlink $new_uri", $req_id, $PS_EXIT_UNKNOWN_ERROR);
     }
