Index: trunk/DataStoreServer/scripts/dsreg
===================================================================
--- trunk/DataStoreServer/scripts/dsreg	(revision 16673)
+++ trunk/DataStoreServer/scripts/dsreg	(revision 16690)
@@ -98,6 +98,6 @@
     # Read the product index into a buffer, minus $fileset's entry
 
-    open(IO, "$ds_dir/$product/index.txt")
-        or die("Failed to open '$ds_dir/$product/index.txt' for reading\n");
+    open(IO, "$ds_dir/$product/index.lst")
+        or die("Failed to open '$ds_dir/$product/index.lst' for reading\n");
 
     my $buf;
@@ -122,6 +122,6 @@
     # Write the new index
 
-    open(IO, ">", "$ds_dir/$product/index.txt")
-        or die("Failed to open '$ds_dir/$product/index.txt' for writing\n");
+    open(IO, ">", "$ds_dir/$product/index.lst")
+        or die("Failed to open '$ds_dir/$product/index.lst' for writing\n");
         
     print IO $buf;
@@ -133,5 +133,4 @@
     unlink("$ds_dir/$product/$fileset/index.txt")
         or die("Failed to delete '$ds_dir/$product/$fileset/index.txt'\n");
-
 
     # Check the root index; if the fileset we just removed was the
