Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 19:05:10 -0700
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        Anthony Kim <niceshorts@yahoo.com>
Cc:        stable@FreeBSD.ORG
Subject:   Re: usbd.conf
Message-ID:  <20010609190510.B6854@Odin.AC.HMC.Edu>
In-Reply-To: <20010609170849.A33467@yahoo.com>; from niceshorts@yahoo.com on Sat, Jun 09, 2001 at 05:08:50PM -0500
References:  <20010609170849.A33467@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--SkvwRMAIpAhPCcCJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Jun 09, 2001 at 05:08:50PM -0500, Anthony Kim wrote:
> 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:
>=20
> -attach  "dhclient ${DEVNAME}"
> +attach  "/etc/start_if.${DEVNAME}"
> -detach "killall dhclient"
> +detach "/etc/stop_if.${DEVNAME}"
>=20
> And the relevant scripts perform support work (start and stop fetchmail,
> ifconfig, route add, route flush, etc.).
>=20
> Are there plans to modify usbd.conf so that it acts more like pccard_ethe=
r?

In -current, usbd.conf calls /etc/pccard_ether which is the current
thing to do.  I don't know why this change hasn't been MFC'd.

Here's the entry:

device "USB ethernet"
	devname "[ack]ue[0-9]+"
	attach  "/etc/pccard_ether ${DEVNAME} start"
	detach  "/etc/pccard_ether ${DEVNAME} stop"

-- Brooks

--=20
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

--SkvwRMAIpAhPCcCJ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7ItXVXY6L6fI4GtQRArqmAJ9iPkSknQW8GJ190/21XsxvOFKP3wCgt2AW
65e1dGU3zCz/boWlJRfUjBg=
=7yq3
-----END PGP SIGNATURE-----

--SkvwRMAIpAhPCcCJ--

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?20010609190510.B6854>