Date: Tue, 4 Jan 2005 12:20:20 GMT From: Ceri Davies <ceri@submonkey.net> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/75786: typo and useless part in /etc/pccard_ether Message-ID: <200501041220.j04CKKxw025705@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/75786; it has been noted by GNATS.
From: Ceri Davies <ceri@submonkey.net>
To: Radko Keves <rado@daemon.sk>
Cc: FreeBSD Gnats Submit <freebsd-gnats-submit@FreeBSD.org>
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 <start|stop>
>
> isn't working, but after my changes is.
>
> Please run /etc/pccard_ether $device-name <start|stop>
>
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501041220.j04CKKxw025705>
