summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-12-17 01:57:18 +0000
committerpst <pst@FreeBSD.org>1997-12-17 01:57:18 +0000
commit5d80b78f9c89d21141dfbfb1aaaabae547ce1799 (patch)
treef3b481f7c8aa4100defdd3abca6e81db0e8d2e9b /etc/pccard_ether
parentc3425c102228a2213d8e03abae41cd07b16e347f (diff)
downloadFreeBSD-src-5d80b78f9c89d21141dfbfb1aaaabae547ce1799.zip
FreeBSD-src-5d80b78f9c89d21141dfbfb1aaaabae547ce1799.tar.gz
Warn if ISC-DHCP not available.
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 15faad7..f87d44a 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -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
OpenPOWER on IntegriCloud