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

Diff for /src/etc/rc between version 1.123 and 1.124

version 1.123, 1999/10/18 01:46:24 version 1.124, 1999/11/11 22:28:43
Line 411 
Line 411 
         echo -n ' ftpd';                /usr/libexec/ftpd ${ftpd_flags}          echo -n ' ftpd';                /usr/libexec/ftpd ${ftpd_flags}
 fi  fi
   
   if [ "X${identd_flags}" != X"NO" ]; then
           echo -n ' identd';              /usr/libexec/identd ${identd_flags}
   fi
   
 # $smtpfwdd_flags is imported from /etc/rc.conf;  # $smtpfwdd_flags is imported from /etc/rc.conf;
 # If $smtpfwdd_flags == NO, smtpfwdd isn't run.  # If $smtpfwdd_flags == NO, smtpfwdd isn't run.
 if [ "X${smtpfwdd_flags}" != X"NO" ]; then  if [ "X${smtpfwdd_flags}" != X"NO" ]; then

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124