[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml loncom lond

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 24 Jun 2005 18:00:58 -0000


albertel		Fri Jun 24 14:00:58 2005 EDT

  Modified files:              
    /loncom	lond 
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  i- krb5 no longer has this function in some versions of the libraries
  
  
Index: loncom/lond
diff -u loncom/lond:1.285 loncom/lond:1.286
--- loncom/lond:1.285	Tue Jun 21 07:01:35 2005
+++ loncom/lond	Fri Jun 24 14:00:55 2005
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.285 2005/06/21 11:01:35 foxr Exp $
+# $Id: lond,v 1.286 2005/06/24 18:00:55 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -58,7 +58,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.285 $'; #' stupid emacs
+my $VERSION='$Revision: 1.286 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -4768,6 +4768,8 @@
 
 ReadHostTable;
 
+my $dist=`$perlvar{'lonDaemons'}/distprobe`;
+
 # --------------------------------------------------------------
 #   Accept connections.  When a connection comes in, it is validated
 #   and if good, a child process is created to process transactions
@@ -4843,7 +4845,9 @@
 #        my $tmpsnum=0;            # Now global
 #---------------------------------------------------- kerberos 5 initialization
         &Authen::Krb5::init_context();
-        &Authen::Krb5::init_ets();
+	if ($dist ne 'fedora4') {
+	    &Authen::Krb5::init_ets();
+	}
 
 	&status('Accepted connection');
 # =============================================================================
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.429 doc/loncapafiles/loncapafiles.lpml:1.430
--- doc/loncapafiles/loncapafiles.lpml:1.429	Tue Jun  7 15:50:58 2005
+++ doc/loncapafiles/loncapafiles.lpml	Fri Jun 24 14:00:55 2005
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.429 2005/06/07 19:50:58 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.430 2005/06/24 18:00:55 albertel Exp $ -->
 
 <!--
 
@@ -6074,5 +6074,15 @@
 user_login_count.pl;
 </filenames>
 </fileglob>
+<file>
+<source>loncom/build/distprobe</source>
+<target dist='default'>home/httpd/perl/distprobe</target>
+<categoryname>script</categoryname>
+<description>
+for probing operating system flavor and version
+</description>
+<note>
+</note>
+</file>
 </files>
 </lpml>