Diff for /loncom/build/Attic/parse.pl between versions 1.38 and 1.39

version 1.38, 2001/04/27 15:57:31 version 1.39, 2001/05/18 18:52:09
Line 190  ALL: ALL Line 190  ALL: ALL
 END  END
 close OUT;  close OUT;
           
     `install -o 500 -g 500 -m 0700 -d BinaryRoot/home/www`;      `install -o www -g users -m 0700 -d BinaryRoot/home/www`;
     open OUT,">>setup_file_list.txt";      open OUT,">>setup_file_list.txt";
     print OUT "BinaryRoot/home/www\n";      print OUT "BinaryRoot/home/www\n";
     close OUT;      close OUT;

Removed from v.1.38  
changed lines
  Added in v.1.39


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