[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.131 and 1.132

version 1.131, 2000/03/05 16:55:22 version 1.132, 2000/04/06 18:26:04
Line 445 
Line 445 
 fi  fi
   
 # $sendmail_flags is imported from /etc/rc.conf;  # $sendmail_flags is imported from /etc/rc.conf;
 # If $sendmail_flags == NO or /etc/sendmail.cf doesn't exist, then  # If $sendmail_flags == NO or /etc/mail/sendmail.cf doesn't exist, then
 # sendmail isn't run.  We call sendmail with a full path so that  # sendmail isn't run.  We call sendmail with a full path so that
 # SIGHUP works.  # SIGHUP works.
 if [ "X${sendmail_flags}" != X"NO" -a -s /etc/sendmail.cf ]; then  if [ "X${sendmail_flags}" != X"NO" -a -s /etc/mail/sendmail.cf ]; then
         echo -n ' sendmail';            /usr/sbin/sendmail ${sendmail_flags}          echo -n ' sendmail';            /usr/sbin/sendmail ${sendmail_flags}
 fi  fi
   

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132