Index: trunk/Ohana/src/perl/src/elixir.photreport
===================================================================
--- trunk/Ohana/src/perl/src/elixir.photreport	(revision 2628)
+++ trunk/Ohana/src/perl/src/elixir.photreport	(revision 2630)
@@ -23,5 +23,5 @@
 
 # run mana, call script
-open (STAT, "|status -D CATDIR $catdir --norc");
+open (STAT, "|dvo -D CATDIR $catdir --norc");
 print STAT "input $script\n";
 
Index: trunk/Ohana/src/shell/src/el_plots
===================================================================
--- trunk/Ohana/src/shell/src/el_plots	(revision 2628)
+++ trunk/Ohana/src/shell/src/el_plots	(revision 2630)
@@ -44,5 +44,5 @@
 plot: 
  echo $script
- echo "doplots; exit 0" | status -D CAMERA $camera --norc $script
+ echo "doplots; exit 0" | dvo -D CAMERA $camera --norc $script
  exit 0;
 
Index: trunk/Ohana/src/shell/src/sp_plots
===================================================================
--- trunk/Ohana/src/shell/src/sp_plots	(revision 2628)
+++ trunk/Ohana/src/shell/src/sp_plots	(revision 2630)
@@ -31,5 +31,5 @@
 
 plot: 
- echo "init; doplots; exit 0" | status -C skyprobe --norc $script
+ echo "init; doplots; exit 0" | dvo -C skyprobe --norc $script
  exit 0;
 
