Index: trunk/ippScripts/scripts/dist_make_fileset.pl
===================================================================
--- trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 23861)
+++ trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 23912)
@@ -153,5 +153,4 @@
 }
 
-# XXX: disttool -addrcdsfileset
 {
     my $command = "$disttool -addfileset -dist_id $dist_id -prod_id $prod_id -name $fileset_name";
@@ -161,4 +160,6 @@
         run(command => $command, verbose => $verbose);
     unless ($success) {
+        # XXX: if we get here we the fileset has been created but the database update failed
+        # We need to have revertfileset check whether the fileset exists and do dsreg -del if it does
         $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
         &my_die("Unable to perform $command error_code: $error_code", $dist_id, $prod_id, $error_code);
