Bug 45444

Summary: /etc/pcmcia/wireless is missing a '$' on the HWADDR variable
Product: [Retired] Red Hat Raw Hide Reporter: Jason Gilbert <jason>
Component: kernel-pcmcia-csAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-21 20:44:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jason Gilbert 2001-06-21 20:44:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.5-0.4 i686)

Description of problem:
It appears that the HWADDR variable is missing the '$' when it is
referenced to create the ADDRESS variable.  Missing this would most likely
cause hardware address matching to not work.  However, scheme matching is
now working.

This is with version 3.1.24-4 of kernel-pcmcia-cs package.

--- /etc/pcmcia/wireless.orig   Thu Jun 21 15:38:54 2001
+++ /etc/pcmcia/wireless        Thu Jun 21 15:18:59 2001
@@ -19,7 +19,7 @@
 fi

 get_info $DEVICE
-ADDRESS="$SCHEME,$SOCKET,$INSTANCE,HWADDR"
+ADDRESS="$SCHEME,$SOCKET,$INSTANCE,$HWADDR"

 # Load site-specific settings
 if [ -x ./wireless.opts ] ; then


How reproducible:
Always

Steps to Reproduce:
1.  none.
2.
3.
	

Additional info:

Comment 1 Arjan van de Ven 2001-06-21 20:49:05 UTC
Thanks for the report. I've fixed this and the new package is building....
Should appear in rawhide soon