Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7775)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7776)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/07/04 Daniela Dorner
+
+   * datacenter/scripts/copyscript:
+     - removed not needed if-clause (was used to copy subsystemfiles to 
+       /magic/datacenter/totape)
+
+
 
  2006/07/03 Thomas Bretz
Index: /trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7775)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7776)
@@ -178,13 +178,4 @@
          fi
 
-         #copy file
-         totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
-         totapepath=`dirname $totapefile`
-         makedir $totapepath >> $scriptlog 2>&1 
-         if ! cp -v $file $totapepath >> $scriptlog 2>&1 
-         then 
-            echo $file" couldn't be copied!!!!!" >> $scriptlog 2>&1 
-         fi
-         
          if mv -v $file $newpath >> $scriptlog 2>&1 
          then
