summaryrefslogtreecommitdiffstats
path: root/etc/usbd.conf
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-10-20 00:42:05 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-10-20 00:42:05 +0000
commit5345ee4b3364129e0a7e5d48c76f6f1d51a91554 (patch)
treec5dd2c549007e9b31ef41db22560ce1b4e5860a7 /etc/usbd.conf
parent26f73f2d50028c31c4f2ac0131c9109eb3549da2 (diff)
downloadFreeBSD-src-5345ee4b3364129e0a7e5d48c76f6f1d51a91554.zip
FreeBSD-src-5345ee4b3364129e0a7e5d48c76f6f1d51a91554.tar.gz
Kill the correct dhclient on detach of the ethernet device.
Submitted by: Josef Karthauser <joe@freebsd.org> Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
Diffstat (limited to 'etc/usbd.conf')
-rw-r--r--etc/usbd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/usbd.conf b/etc/usbd.conf
index 464df76..1463666 100644
--- a/etc/usbd.conf
+++ b/etc/usbd.conf
@@ -28,8 +28,8 @@ device "Entrega Serial with UART"
#
device "USB ethernet"
devname "[ack]ue[0-9]+"
- attach "dhclient ${DEVNAME}"
- detach "killall dhclient"
+ attach "/etc/pccard_ether ${DEVNAME} start"
+ detach "/etc/pccard_ether ${DEVNAME} stop"
# The entry below starts moused when a mouse is plugged in. Moused
# stops automatically (actually it bombs :) when the device disappears.
OpenPOWER on IntegriCloud