Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8464)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8465)
@@ -19,4 +19,11 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2007/04/28 Daniela Dorner
+
+   * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
+     - moved temporary directory for pstoimg to /tmp
+
+
+
  2007/04/27 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots	(revision 8464)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots	(revision 8465)
@@ -73,5 +73,5 @@
 
 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
-tempwebplotspath=$webpath/tempqualityplots
+tempwebplotspath=/tmp/pstoimgtmp/tempqualityplots
 makedir $tempwebplotspath >> $scriptlog 2>&1
 
@@ -80,5 +80,5 @@
 
 echo "removing temporary dir..." >> $scriptlog 2>&1
-rmdir -v $tempwebplotspath >> $scriptlog 2>&1
+rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
 
 # second part
Index: /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 8464)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 8465)
@@ -118,6 +118,6 @@
 
    echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
-   temppath=`dirname $rootfile`
-   tempwebplotspath=$temppath/tempwebplots
+   temppath=`dirname $rootfile | sed -e 's/\/magic\/data//'`
+   tempwebplotspath=/tmp/pstoimgtmp$temppath
    makedir $tempwebplotspath >> $scriptlog 2>&1
 
@@ -126,5 +126,5 @@
    
    echo "removing temporary dir..." >> $scriptlog 2>&1
-   rmdir -v $tempwebplotspath >> $scriptlog 2>&1
+   rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
 done
 
