Diff for /loncom/lcnfsoff between versions 1.3 and 1.4

version 1.3, 2007/08/22 19:53:22 version 1.4, 2010/10/12 10:19:18
Line 39  if ($wwwid!=$<) { Line 39  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.3  
changed lines
  Added in v.1.4


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