[BACK]Return to rc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc between version 1.19 and 1.20

version 1.19, 1993/11/07 10:36:48 version 1.20, 1993/11/17 09:19:35
Line 173  fi
Line 173  fi
   
 # $sendmail_flags is imported from /etc/netstart;  # $sendmail_flags is imported from /etc/netstart;
 # If $sendmail_flags == NO, routed isn't run.  # If $sendmail_flags == NO, routed isn't run.
 if [ X${sendmail_flags} != X"NO" ]; then  if [ "X${sendmail_flags}" != X"NO" ]; then
         echo -n ' sendmail';            sendmail ${sendmail_flags}          echo -n ' sendmail';            sendmail ${sendmail_flags}
 fi  fi
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>