Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7048)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7049)
@@ -106,4 +106,13 @@
    * datacenter/scripts/checkstardone
      - added (script that executes checkstardone.C for all datasets
+
+   * datacenter/scripts/checkfilesforsequenceavail
+     - fixed bug
+
+   * datacenter/scripts/doexclusions
+     - adapted paths
+
+   * datacenter/scripts/buildsequenceentries
+     - adapted paths
 
    * steps.rc
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7048)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7049)
@@ -64,7 +64,5 @@
 fi
 
-#cd $mars
-cd /home/operator/Mars.cvs	
-macrospath=/home/operator/Mars.cvs/datacenter/macros
+cd $mars
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7048)
+++ trunk/MagicSoft/Mars/datacenter/scripts/doexclusions	(revision 7049)
@@ -106,5 +106,5 @@
    echo "do exclusions for date "$date
    year2=`echo $date | cut -c 1-4`
-   doexclusionspath=$logpath/$year2
+   doexclusionspath=$logpath/doexclusions/$year2
    if [ ! -d $doexclusionspath ]
       then
