Warn if ISC-DHCP not available.

This commit is contained in:
Paul Traina 1997-12-17 01:57:18 +00:00
parent 4754552a07
commit f8371be67d

View File

@ -18,6 +18,8 @@ if [ "x$pccard_ifconfig" != "xNO" ] ; then
rm /var/run/dhclient.pid
fi
/usr/local/sbin/dhclient
else
echo "DHCP client software not available (isc-dhcp2)"
fi
else
interface=$1