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

version 1.1, 2005/07/08 15:46:40 version 1.2, 2006/01/23 19:51:24
Line 34  http://www.lon-capa.org/ Line 34  http://www.lon-capa.org/
 <file>  <file>
 <target dist='default'>/home/httpd/perl/logs/lonnet.perm.log</target>  <target dist='default'>/home/httpd/perl/logs/lonnet.perm.log</target>
 <perlscript mode='fg'>  <perlscript mode='fg'>
 unless  if (-e '<TARGET />') # Does file exist?
     (-e '<TARGET />') # Does file exist?  
   {    {
     print("**** ERROR **** Missing <TARGET />\n");  
   } else {  
       system('cp <TARGET /> <TARGET />.old');        system('cp <TARGET /> <TARGET />.old');
       open(IN,'<TARGET />.old');        open(IN,'<TARGET />.old');
       open(OUT,'&gt;<TARGET />');        open(OUT,'&gt;<TARGET />');

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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.