From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 4 12:20:20 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4801316A4CE for ; Tue, 4 Jan 2005 12:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D2143D3F for ; Tue, 4 Jan 2005 12:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j04CKKGP025706 for ; Tue, 4 Jan 2005 12:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j04CKKxw025705; Tue, 4 Jan 2005 12:20:20 GMT (envelope-from gnats) Date: Tue, 4 Jan 2005 12:20:20 GMT Message-Id: <200501041220.j04CKKxw025705@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: bin/75786: typo and useless part in /etc/pccard_ether X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2005 12:20:20 -0000 The following reply was made to PR bin/75786; it has been noted by GNATS. From: Ceri Davies To: Radko Keves Cc: FreeBSD Gnats Submit Subject: Re: bin/75786: typo and useless part in /etc/pccard_ether Date: Tue, 4 Jan 2005 12:10:41 +0000 On Tue, Jan 04, 2005 at 01:01:28PM +0100, Radko Keves wrote: > Tue, Jan 04, 2005 at 11:58:14AM +0000, Ceri Davies said that > > On Tue, Jan 04, 2005 at 09:41:59AM +0000, Radko Keves wrote: > > > > > interface=$1 > > > shift > > > -startstop=$1 > > > +startstop=$2 > > > shift > > > > That isn't a typo. > > I'm not sure I am. > > > -case ${pccard_ifconfig} in > > > -[Nn][Oo] | '') > > > - expr "${removable_interfaces}" : ".*${interface}" > /dev/null || exit 0 > > > - ;; > > > -*) > > > - # Backward compatible > > > - eval ifconfig_${interface}=\${pccard_ifconfig} > > > - ;; > > > -esac > > > > This doesn't look useless. > > > > Could you explain your rationale a bit more please? > > in this moment: > /etc/pccard_ether $device-name > > isn't working, but after my changes is. > > Please run /etc/pccard_ether $device-name > > and you will see. Do you have removable_interfaces set appropriately in /etc/rc.conf? If you believe so, please post your rc.conf. Ceri