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

Diff for /src/etc/rc between version 1.290 and 1.291

version 1.290, 2006/09/01 01:18:02 version 1.291, 2006/09/27 19:54:36
Line 574 
Line 574 
         echo -n ' bgpd';                /usr/sbin/bgpd $bgpd_flags          echo -n ' bgpd';                /usr/sbin/bgpd $bgpd_flags
 fi  fi
   
   if [ X"${ifstated_flags}" != X"NO" ]; then
           echo -n ' ifstated';            ifstated $ifstated_flags
   fi
   
 if [ X"${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then  if [ X"${dhcpd_flags}" != X"NO" -a -f /etc/dhcpd.conf ]; then
         touch /var/db/dhcpd.leases          touch /var/db/dhcpd.leases
         if [ -f /etc/dhcpd.interfaces ]; then          if [ -f /etc/dhcpd.interfaces ]; then

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291