Diff for /loncom/lcnfson between versions 1.5 and 1.6

version 1.5, 2007/08/22 19:53:22 version 1.6, 2010/10/12 10:26:50
Line 38  if ($wwwid!=$<) { Line 38  if ($wwwid!=$<) {
     print("User ID mismatch.  This program must be run as user 'www'\n") unless $noprint;      print("User ID mismatch.  This program must be run as user 'www'\n") unless $noprint;
     exit 1;      exit 1;
 }  }
 &disable_root_capability;  
   
 # Handle case of another lcnfs process  # Handle case of another lcnfs process
 unless (&try_to_lock("/tmp/lock_lcnfs")) {  unless (&try_to_lock("/tmp/lock_lcnfs")) {

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>