[LON-CAPA-dev] Gentoo Install

Josh Tacey lon-capa-dev@mail.lon-capa.org
Thu, 01 Apr 2004 08:55:10 -0500


Huh, there is a patch there :P

It didn't apply cleanly and I had to manually apply it but it did work.

I don't know if that will cause a speedup

also the change in loncontrol was just this, and for whatever reason it 
works better when it is in this order.

-> old method:  system("su -c '/home/httpd/perl/loncron new' www ");
-> new method: system("su www -c '/home/httpd/perl/loncron new'");

I don't really see how this would break anything normally, but it does 
work with the new method on Non redhat systems :0)


thanks

josh