Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7860)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7861)
@@ -18,4 +18,14 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/08/08 Daniela Dorner
+
+   * datacenter/scripts/copyscript:
+     - updated address list of people who are informed about changes in 
+       the catalog file
+     - improved output to mail
+     - updated search of newer catalogfiles 
+
+
+
  2006/08/06 Thomas Bretz
 
@@ -160,4 +170,8 @@
      datacenter/scripts/writesequencefiles: 
      - replaced $USER by `whoami`
+
+   * datacenter/scripts/dowebplots:
+     - write output (ps, png files) to $datapath and not $webdir to 
+       speed up the webupdate
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7860)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7861)
@@ -209,14 +209,14 @@
 diff=$setuppath/.diff #file to store difference
 #addresses to which the changes are sent
-adrs="dorner@astro.uni-wuerzburg.de, tbretz@astro.uni-wuerzburg.de, hoehne@astro.uni-wuerzburg.de" 
+adrs="datacenter@astro.uni-wuerzburg.de, tbretz@astro.uni-wuerzburg.de" 
 
 #getting new catalogfiles 
-catfiles=`find $subsystempath/cc/ -name $magfav -cnewer $catalog | sort`
+catfiles=`find $subsystempath/cc/ -name $magfav -newer $catalog | sort`
 
 for catfile in ${catfiles[@]}
 do
    #write information into .diff
-   echo "file: "$catfile >| $diff
-   diff $catalog $catfile >> $diff
+   echo "diff $catfile $catalog" >| $diff
+   diff $catfile $catalog >> $diff
    #getting differences
    ins=`cat $diff| grep '>'` #what has been inserted
