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

Diff for /src/etc/rc between version 1.153 and 1.154

version 1.153, 2000/09/06 17:19:27 version 1.154, 2000/10/07 00:03:52
Line 430 
Line 430 
 fi  fi
   
 # $sendmail_flags is imported from /etc/rc.conf;  # $sendmail_flags is imported from /etc/rc.conf;
 # If $sendmail_flags == NO or /etc/mail/sendmail.cf doesn't exist, then  # If $sendmail_flags == NO or /etc/mailer.conf 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.  Note that /usr/sbin/sendmail may actually call a
 if [ "X${sendmail_flags}" != X"NO" -a -s /etc/mail/sendmail.cf ]; then  # mailer other than sendmail, depending on /etc/mailer.conf.
   if [ "X${sendmail_flags}" != X"NO" -a -s /etc/mailer.conf ]; then
         echo -n ' sendmail';            ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & )          echo -n ' sendmail';            ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & )
 fi  fi
   

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154