Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 159810

Summary: examples in /etc/conf.d/wireless.example need updated
Product: Gentoo Linux Reporter: Michael Conrad <silverdirk-gbz>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Conrad 2007-01-02 21:54:14 UTC
I'd report this 'trivial' except that I spent a decent amount of time digging through the init script source code to find the answer to it.

In /etc/conf.d/wireless.example, there are many references to 
  essid_MACADDRESS=some_essid
and
  key_MACADDRESS="a key string"
These do not work.

I have verified that the source code (in /lib/rcscripts/net/iwconfig.sh) is looking for variables of the form
  mac_essid_MACADDRESS
and
  mac_key_MACADDRESS.

I'm guessing the example didn't get updated.
Comment 1 Michael Conrad 2007-01-02 21:58:21 UTC

*** This bug has been marked as a duplicate of 159807 ***