Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7798)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7799)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/07/22 Thomas Bretz
+
+   * datacenter/scripts/runstar:
+     - added -r to sort ToDo-files such that the newest sequences
+       are processed first
+
+
+
  2006/07/21 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runstar
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7798)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runstar	(revision 7799)
@@ -75,5 +75,5 @@
 nr=bla
 echo "finding the right todo-file" >> $scriptlog 2>&1
-todofiles=`ls $listpath/ToDo-$table-$column-*`
+todofiles=`ls -r $listpath/ToDo-$table-$column-*`
 
 for todofile in ${todofiles[@]}
