Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9073)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9074)
@@ -19,4 +19,20 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2008/08/03 Daniela Dorner
+
+   * datacenter/scripts/runcamera, datacenter/scripts/runcorsika, 
+     datacenter/scripts/runreflector:
+     - removed primvar
+
+   * datacenter/scripts/condorstatistics:
+     - added (script calling the macro fillcondor.C to fill condor
+       statistics to the database, tars the condor-statistic files
+       afterwards)
+
+   * datacenter/scripts/dowebplots:
+     - added converting from ps to pdf and removing of ps
+
+
+
  2008/08/02 Thomas Bretz
 
@@ -68,5 +84,4 @@
 
 
-
  2008/07/31 Daniela Dorner
 
@@ -74,10 +89,10 @@
      - added missing influences and needs for DataSetProcessStatus
 
-   * datacenter/scripts/checkstardone
+   * datacenter/scripts/checkstardone:
      - removed breaks
      - removed not needed variables
      - changed dataset from string to int in call of macro
 
-   * datacenter/scripts/budb
+   * datacenter/scripts/budb:
      - added output how to create database MyMagic
      - added removing of logfiles
Index: /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9073)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 9074)
@@ -127,4 +127,12 @@
    echo "removing temporary dir..." >> $scriptlog 2>&1
    rmdir -pv $tempwebplotspath >> $scriptlog 2>&1
+   
+   echo "converting $psfile to pdf..." >> $scriptlog 2>&1
+   if ps2pdf $psfile >> $scriptlog 2>&1
+   then 
+      rm -v $psfile  >> $scriptlog 2>&1
+   else
+      printprocesslog "WARN could not convert $psfile to pdf"
+   fi
 done
 
