--- loncom/lond 2013/03/01 04:49:10 1.498 +++ loncom/lond 2013/04/11 14:59:29 1.500 @@ -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.500 2013/04/11 14:59:29 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -61,7 +61,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.498 $'; #' stupid emacs +my $VERSION='$Revision: 1.500 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -154,8 +154,8 @@ my @adderrors = ("ok", my @installerrors = ("ok", "Initial user id of client not that of www", "Usage error, not enough command line arguments", - "Source file name does not exist", - "Destination file name does not exist", + "Source filename does not exist", + "Destination filename does not exist", "Some file operation failed", "Invalid table filename." ); @@ -6492,7 +6492,7 @@ sub make_new_child { &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(); }