bin/75786: typo and useless part in /etc/pccard_ether

Ceri Davies ceri at submonkey.net
Tue Jan 4 12:00:43 GMT 2005


The following reply was made to PR bin/75786; it has been noted by GNATS.

From: Ceri Davies <ceri at submonkey.net>
To: Radko Keves <rado at daemon.sk>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: bin/75786: typo and useless part in /etc/pccard_ether
Date: Tue, 4 Jan 2005 11:58:14 +0000

 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.
 
 > -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?
 
 Ceri


More information about the freebsd-bugs mailing list