Date: Sat, 9 Jun 2001 17:08:50 -0500 From: Anthony Kim <niceshorts@yahoo.com> To: stable@freebsd.org Subject: usbd.conf Message-ID: <20010609170849.A33467@yahoo.com>
next in thread | raw e-mail | index | archive | help
Is there a reason why usb ethernet doesn't follow the start_if.${DEVNAME}/
stop_if.${DEVNAME} convention? Currently I have in my usbd.conf:
-attach "dhclient ${DEVNAME}"
+attach "/etc/start_if.${DEVNAME}"
-detach "killall dhclient"
+detach "/etc/stop_if.${DEVNAME}"
And the relevant scripts perform support work (start and stop fetchmail,
ifconfig, route add, route flush, etc.).
Are there plans to modify usbd.conf so that it acts more like pccard_ether?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010609170849.A33467>
