--- loncom/lcinstallfile 2009/05/13 15:04:03 1.4 +++ loncom/lcinstallfile 2010/10/12 10:14:25 1.5 @@ -2,7 +2,7 @@ # # Copyright Michigan State University Board of Trustees # -# $Id: lcinstallfile,v 1.4 2009/05/13 15:04:03 raeburn Exp $ +# $Id: lcinstallfile,v 1.5 2010/10/12 10:14:25 foxr Exp $ # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). # @@ -69,8 +69,8 @@ my $noprint = 1; print ("In lcinstallfile\n") unless $noprint; my $wwwid=getpwnam('www'); -&disable_root_capability; -if ($wwwid!=$>) { +#&disable_root_capability; +if ($wwwid!=$<) { print("User ID mismatch. This program must be run as user 'www'\n") unless $noprint; exit 1;