[LON-CAPA-cvs] cvs: loncom / lonmaxima

albertel lon-capa-cvs-allow@mail.lon-capa.org
Fri, 31 Aug 2007 23:19:54 -0000


albertel		Fri Aug 31 19:19:54 2007 EDT

  Modified files:              
    /loncom	lonmaxima 
  Log:
  - sles + maxima 5.9.1 + clisp + expect 1.15-293.1 (ie s8)
       - initial sync up was not occuring, use the full sync mechanism to
         get past the satrup messages and find the first set of
         command prompts
  
  
Index: loncom/lonmaxima
diff -u loncom/lonmaxima:1.32 loncom/lonmaxima:1.33
--- loncom/lonmaxima:1.32	Fri Aug  3 14:18:05 2007
+++ loncom/lonmaxima	Fri Aug 31 19:19:54 2007
@@ -3,7 +3,7 @@
 # The LearningOnline Network with CAPA
 # Connect to MAXIMA CAS
 #
-# $Id: lonmaxima,v 1.32 2007/08/03 18:18:05 albertel Exp $
+# $Id: lonmaxima,v 1.33 2007/08/31 23:19:54 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -256,7 +256,7 @@
 
 	$command->log_stdout(0);
 	#$command->log_file("$execdir/logs/lonmaxima.session.log");
-        &getmaximaoutput($command);
+        &sync($command);
 
         for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) {
             &status('Accepting connections');