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

Diff for /src/etc/rc between version 1.314 and 1.315

version 1.314, 2008/06/02 16:33:39 version 1.315, 2008/06/08 03:03:37
Line 612 
Line 612 
   
 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          echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags}
                 dhcpd_ifs=`stripcom /etc/dhcpd.interfaces`  
         fi  
         echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags} ${dhcpd_ifs}  
 fi  fi
   
 if [ X"${dhcrelay_flags}" != X"NO" ]; then  if [ X"${dhcrelay_flags}" != X"NO" ]; then

Legend:
Removed from v.1.314  
changed lines
  Added in v.1.315