Bug 45444 - /etc/pcmcia/wireless is missing a '$' on the HWADDR variable
Summary: /etc/pcmcia/wireless is missing a '$' on the HWADDR variable
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: kernel-pcmcia-cs
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-21 20:44 UTC by Jason Gilbert
Modified: 2007-04-18 16:33 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-21 20:44:17 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.