Diff for /doc/loncapafiles/sendmail_fix.piml between versions 1.2 and 1.3

version 1.2, 2003/02/03 18:03:51 version 1.3, 2004/08/23 19:07:26
Line 50  http://www.lon-capa.org/ Line 50  http://www.lon-capa.org/
 <perlscript mode='fg'>  <perlscript mode='fg'>
 # Generated from doc/loncapafiles/sendmail_fix.piml  # Generated from doc/loncapafiles/sendmail_fix.piml
 unless (-e "<TARGET />") {  unless (-e "<TARGET />") {
   print('ERROR! Where is the root directory on this strange filesystem!');    print('**** ERROR! Where is the root directory on this strange filesystem!');
   exit(1);    exit(1);
 }  }
 else {  else {

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


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