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

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

version 1.206, 2002/10/06 19:09:20 version 1.207, 2002/10/14 07:34:25
Line 442 
Line 442 
 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
                 dhcpd_ifs=`awk -F\# '{ print $1; }' < /etc/dhcpd.interfaces`                  dhcpd_ifs=`stripcom /etc/dhcpd.interfaces`
         fi          fi
         echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags} ${dhcpd_ifs}          echo -n ' dhcpd';       /usr/sbin/dhcpd ${dhcpd_flags} ${dhcpd_ifs}
 fi  fi

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