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

Diff for /src/etc/rc between version 1.178 and 1.179

version 1.178, 2001/07/04 06:34:19 version 1.179, 2001/08/17 22:00:11
Line 411 
Line 411 
         echo -n ' mrouted';             mrouted $mrouted_flags          echo -n ' mrouted';             mrouted $mrouted_flags
 fi  fi
   
   # $altqd_flags is imported from /etc/rc.conf;
   # If $altqd_flags == NO, then altqd isn't run.
   if [ "X${altqd_flags}" != X"NO" ]; then
           echo -n ' altqd';               altqd $altqd_flags
   fi
   
 # $dhcpd_flags is imported from /etc/rc.conf  # $dhcpd_flags is imported from /etc/rc.conf
 # If $dhcpd_flags == NO or /etc/dhcpd.conf doesn't exist, then dhcpd isn't run.  # If $dhcpd_flags == NO or /etc/dhcpd.conf doesn't exist, then dhcpd isn't run.
 if [ "X${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then  if [ "X${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179