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

Diff for /src/etc/rc between version 1.205 and 1.206

version 1.205, 2002/09/12 18:21:48 version 1.206, 2002/10/06 19:09:20
Line 506 
Line 506 
         echo -n ' identd';              /usr/libexec/identd ${identd_flags}          echo -n ' identd';              /usr/libexec/identd ${identd_flags}
 fi  fi
   
 # $smtpfwdd_flags is imported from /etc/rc.conf;  
 # If $smtpfwdd_flags == NO, smtpfwdd isn't run.  
 if [ "X${smtpfwdd_flags}" != X"NO" ]; then  
         echo -n ' smtpfwdd';    /usr/libexec/smtpfwdd ${smtpfwdd_flags}  
 fi  
   
   
 if [ X${inetd} = X"YES" -a -e /etc/inetd.conf ]; then  if [ X${inetd} = X"YES" -a -e /etc/inetd.conf ]; then
         echo -n ' inetd';               inetd          echo -n ' inetd';               inetd
 fi  fi

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206