From owner-freebsd-stable Sat Jun 9 19: 8:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id E947637B408 for ; Sat, 9 Jun 2001 19:08:19 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f5A25Aq09314; Sat, 9 Jun 2001 19:05:10 -0700 Date: Sat, 9 Jun 2001 19:05:10 -0700 From: Brooks Davis To: Anthony Kim Cc: stable@FreeBSD.ORG Subject: Re: usbd.conf Message-ID: <20010609190510.B6854@Odin.AC.HMC.Edu> References: <20010609170849.A33467@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010609170849.A33467@yahoo.com>; from niceshorts@yahoo.com on Sat, Jun 09, 2001 at 05:08:50PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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