Lines Matching refs:dhcpd
12 dhcp_name="dhcpd"
14 lease_file="$lease_dir/dhcpd.leases_tst"
24 if [ -f /etc/dhcpd.conf ]; then
25 DHCPD_CONF="/etc/dhcpd.conf"
26 elif [ -f /etc/dhcp/dhcpd.conf ]; then
27 DHCPD_CONF="/etc/dhcp/dhcpd.conf"
29 tst_brk TBROK "failed to find dhcpd.conf"
32 mv $DHCPD_CONF dhcpd.conf
33 [ $? -ne 0 ] && tst_brk TBROK "failed to backup dhcpd.conf"
36 [ $? -ne 0 ] && tst_brk TBROK "failed to create dhcpd.conf"
42 dhcpd -lf $lease_file -$TST_IPVER $iface0 > $log 2>&1
77 [ -f dhcpd.conf ] && mv dhcpd.conf $DHCPD_CONF
83 dhcpd --version 2>&1