Diff for /doc/loncapafiles/sanitycheck.piml between versions 1.1 and 1.2

version 1.1, 2002/03/03 04:29:10 version 1.2, 2002/05/16 01:46:29
Line 33  http://www.lon-capa.org/ Line 33  http://www.lon-capa.org/
 <file>  <file>
 <target dist='default'>/etc/httpd/conf/loncapa.conf</target>  <target dist='default'>/etc/httpd/conf/loncapa.conf</target>
 <perlscript mode='fg'>  <perlscript mode='fg'>
 my $diff=`diff ../../loncom/loncapa.conf <TARGET />`;  
 if ($diff) {  
   print "**** ERROR **** There are unexpected differences for <TARGET />\n";  
 }  
 </perlscript>  
 </file>  
 <file>  
 <target dist='default'>/etc/httpd/conf/access.conf</target>  
 <perlscript mode='fg'>  
 my $diff=`diff -y --suppress-common-lines ../access.conf <TARGET /> | grep -v PerlSetVar | grep -v 'Include conf/loncapa.conf'`;  
 if ($diff) {  
   print "**** ERROR **** There are unexpected differences for <TARGET />\n";  
 }  
 open IN, "&lt;<TARGET />";  open IN, "&lt;<TARGET />";
 my $hbug=-1;  my $hbug=-1;
 my $dbug=-1;  my $dbug=-1;

Removed from v.1.1  
changed lines
  Added in v.1.2


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