Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 40343)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 40387)
@@ -632,4 +632,5 @@
                 if ($gone) {
                     carp "WARNING: photometry sources storage object exists but all instances are permanently gone";
+		    $ipprc->file_rename($outputSources,$outputSources . ".gone");
                     $make_sources = 1;
                 }
@@ -657,4 +658,5 @@
             if ($gone) {
                 carp "WARNING: PSF storage object exists but all instances are permanently gone";
+		$ipprc->file_rename($outputPsf,$outputPsf . ".gone");
                 $make_psf = 1;
             }
@@ -742,4 +744,6 @@
             print STDERR "$file is on $volume which is gone\n";
             $numGone++;
+	} elsif ($answer eq 'permanently') {
+	    $numGone++;
         } elsif ($answer eq 'available') {
             $numNotGone++;
