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

Diff for /src/etc/rc between version 1.5 and 1.6

version 1.5, 1996/01/09 09:29:24 version 1.6, 1996/04/23 03:18:34
Line 216 
Line 216 
   
 # $sendmail_flags is imported from /etc/netstart;  # $sendmail_flags is imported from /etc/netstart;
 # If $sendmail_flags == NO or /etc/sendmail.cf doesn't exist, then  # If $sendmail_flags == NO or /etc/sendmail.cf doesn't exist, then
 # sendmail isn't run.  # sendmail isn't run.  We call sendmail with a full path so that
   # SIGHUP works.
 if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then  if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then
         echo -n ' sendmail';            sendmail ${sendmail_flags}          echo -n ' sendmail';            /usr/sbin/sendmail ${sendmail_flags}
 fi  fi
   
 echo -n ' inetd';               inetd  echo -n ' inetd';               inetd

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6