mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Warn if ISC-DHCP not available.
This commit is contained in:
parent
4754552a07
commit
f8371be67d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue