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

Diff for /src/etc/rc between version 1.236 and 1.237

version 1.236, 2004/03/02 15:56:28 version 1.237, 2004/03/02 16:11:10
Line 430 
Line 430 
   
 echo -n starting network daemons:  echo -n starting network daemons:
   
 if [ X"${sshd_flags}" != X"NO" ]; then  
         echo -n ' sshd';                /usr/sbin/sshd ${sshd_flags};  
 fi  
   
 # $routed_flags are imported from /etc/rc.conf.  # $routed_flags are imported from /etc/rc.conf.
 # If $routed_flags == NO, routed isn't run.  # If $routed_flags == NO, routed isn't run.
 if [ "X${routed_flags}" != X"NO" ]; then  if [ "X${routed_flags}" != X"NO" ]; then
Line 529 
Line 525 
   
 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
   
   if [ X"${sshd_flags}" != X"NO" ]; then
           echo -n ' sshd';                /usr/sbin/sshd ${sshd_flags};
 fi  fi
   
 # $rarpd_flags is imported from /etc/rc.conf;  # $rarpd_flags is imported from /etc/rc.conf;

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237