Index: /trunk/Ohana/doc/elixir-cvs.txt
===================================================================
--- /trunk/Ohana/doc/elixir-cvs.txt	(revision 2629)
+++ /trunk/Ohana/doc/elixir-cvs.txt	(revision 2630)
@@ -17,2 +17,29 @@
 - use /data/elixir2/srcdir/ohana as development site (jcc)
 - use /cfht/src/eos/
+
+---
+
+In order to convert the operational CFHT version of Elixir / Ohana to
+the CVS-controlled version, we need to do several things:
+
+1) merge the changes between the CFHT and IfA trees.
+
+2) move the CFHT version of Ohana to the new opihi.v2 system from the
+   opihi.v1 system:
+   - move to the name 'dvo' rather than 'status'
+   - use the v2 version of mana
+
+3) define the Elixir / Ohana packages and tag them with a starting
+   release name 
+
+4) define an initial distribution for Elixir / Ohana using the
+   complete set of released packages.
+
+I have been working to unify the CFHT and IfA Elixir / Ohana trees.  I
+have imported all of the CFHT version of the entries in the config
+directories and the CFHT versions of the shell and perl scripts.  
+
+I have checked on the use of the 'status' program within the Elixir /
+Ohana scripts.  I have modified sp_plot and el_plot to use 'dvo'
+instead.  I have also modified elixir.photreport.  
+
Index: /trunk/Ohana/src/perl/src/elixir.photreport
===================================================================
--- /trunk/Ohana/src/perl/src/elixir.photreport	(revision 2629)
+++ /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 2629)
+++ /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 2629)
+++ /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;
 
