[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Thu Dec 5 08:16:00 EST 2013
raeburn Thu Dec 5 13:16:00 2013 EDT
Modified files:
/loncom lond
Log:
- Support SuSE 13.1
Index: loncom/lond
diff -u loncom/lond:1.503 loncom/lond:1.504
--- loncom/lond:1.503 Sun Oct 6 20:33:38 2013
+++ loncom/lond Thu Dec 5 13:16:00 2013
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.503 2013/10/06 20:33:38 raeburn Exp $
+# $Id: lond,v 1.504 2013/12/05 13:16:00 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -61,7 +61,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.503 $'; #' stupid emacs
+my $VERSION='$Revision: 1.504 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -6502,7 +6502,8 @@
&Authen::Krb5::init_context();
unless (($dist eq 'fedora5') || ($dist eq 'fedora4') ||
($dist eq 'fedora6') || ($dist eq 'suse9.3') ||
- ($dist eq 'suse12.2') || ($dist eq 'suse12.3')) {
+ ($dist eq 'suse12.2') || ($dist eq 'suse12.3') ||
+ ($dist eq 'suse13.1')) {
&Authen::Krb5::init_ets();
}
More information about the LON-CAPA-cvs
mailing list