[LON-CAPA-cvs] cvs: loncom / startup.pl

raeburn raeburn@source.lon-capa.org
Mon, 07 Feb 2011 21:10:59 -0000


raeburn		Mon Feb  7 21:10:59 2011 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Include domainprefs.pm on startup - as Apache 1.3 on RHEL4 needs this.
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.38 loncom/startup.pl:1.39
--- loncom/startup.pl:1.38	Thu Jan 27 14:38:40 2011
+++ loncom/startup.pl	Mon Feb  7 21:10:59 2011
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.38 2011/01/27 14:38:40 wenzelju Exp $
+# $Id: startup.pl,v 1.39 2011/02/07 21:10:59 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -152,6 +152,7 @@
 use Apache::createaccount();
 use Apache::lonconfigsettings();
 use Apache::courseprefs();
+use Apache::domainprefs();
 1;
 __END__