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

raeburn lon-capa-cvs@mail.lon-capa.org
Thu, 08 Sep 2005 17:14:43 -0000


raeburn		Thu Sep  8 13:14:43 2005 EDT

  Modified files:              
    /loncom	lond 
  Log:
  init_ets() is absent from the krb5 libraries used by SuSE 9.3
  
  
Index: loncom/lond
diff -u loncom/lond:1.296 loncom/lond:1.297
--- loncom/lond:1.296	Thu Sep  1 03:49:43 2005
+++ loncom/lond	Thu Sep  8 13:14:41 2005
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.296 2005/09/01 07:49:43 albertel Exp $
+# $Id: lond,v 1.297 2005/09/08 17:14:41 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -59,7 +59,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.296 $'; #' stupid emacs
+my $VERSION='$Revision: 1.297 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -4865,7 +4865,7 @@
 #        my $tmpsnum=0;            # Now global
 #---------------------------------------------------- kerberos 5 initialization
         &Authen::Krb5::init_context();
-	if ($dist ne 'fedora4') {
+	unless (($dist eq 'fedora4') || ($dist eq 'suse9.3')) {
 	    &Authen::Krb5::init_ets();
 	}