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

version 1.1, 2002/08/15 15:52:00 version 1.3, 2004/08/23 19:07:26
Line 1 Line 1
 <!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN"   <!DOCTYPE piml PUBLIC "-//TUX/DTD piml 1.0 Final//EN" 
  "http://lpml.sourceforge.net/DTD/piml.dtd">   "http://lpml.sourceforge.net/DTD/piml.dtd">
 <!-- sendmail_fix.piml -->  <!-- sendmail_fix.piml -->
 <!-- Scott Harrison -->  
   
 <!-- $Id$ -->  <!-- $Id$ -->
   
Line 51  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.1  
changed lines
  Added in v.1.3


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