[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Thu Apr 4 10:56:36 EDT 2013
raeburn Thu Apr 4 14:56:36 2013 EDT
Modified files:
/loncom lond
Log:
- Support SuSE 12.3.
Index: loncom/lond
diff -u loncom/lond:1.498 loncom/lond:1.499
--- loncom/lond:1.498 Fri Mar 1 04:49:10 2013
+++ loncom/lond Thu Apr 4 14:56:36 2013
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.498 2013/03/01 04:49:10 raeburn Exp $
+# $Id: lond,v 1.499 2013/04/04 14:56:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -61,7 +61,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.498 $'; #' stupid emacs
+my $VERSION='$Revision: 1.499 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -6492,7 +6492,7 @@
&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.2') || ($dist eq 'suse12.3')) {
&Authen::Krb5::init_ets();
}
More information about the LON-CAPA-cvs
mailing list