--- loncom/lond 2003/12/30 11:28:16 1.169 +++ loncom/lond 2004/01/15 15:28:30 1.172 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.169 2003/12/30 11:28:16 foxr Exp $ +# $Id: lond,v 1.172 2004/01/15 15:28:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -53,7 +53,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.169 $'; #' stupid emacs +my $VERSION='$Revision: 1.172 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid; @@ -1693,7 +1693,7 @@ sub make_new_child { unless (mkdir($fpnow,0777)) { $fperror="error: ".($!+0) ." mkdir failed while attempting " - ."makeuser\n"; + ."makeuser"; } } } @@ -2844,7 +2844,6 @@ sub ManagePermissions my $authtype= shift; # See if the request is of the form /$domain/_au - &logthis("ruequest is $request"); if($request =~ /^(\/$domain\/_au)$/) { # It's an author rolesput... my $execdir = $perlvar{'lonDaemons'}; my $userhome= "/home/$user" ;