Bug 374301

Summary: /etc/wifiroamd/scripts/up.d/30wpa_supplicant corrupted
Product: [Fedora] Fedora Reporter: Stephen Warren <swarren>
Component: wifiroamdAssignee: Ed Hill <ed>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-12 08:03:03 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 Stephen Warren 2007-11-10 04:56:35 UTC
Description of problem:
The file /etc/wifiroamd/scripts/up.d/30wpa_supplicant is corrupted

Version-Release number of selected component (if applicable):
wifiroamd-1.12-1.fc8

How reproducible:
Always

Steps to Reproduce:
1. yum install wifiroamd
2. cat /etc/wifiroamd/scripts/up.d/30wpa_supplicant
  
Actual results:
The file contains the following line:
if [ -f "/etc/wpa_supplicant/mac:.conf" ]

Expected results:
The file should contain the following line:
if [ -f "/etc/wpa_supplicant/mac:${WIFIROAMD_MACADDRESS}.conf" ]

Comment 1 Sean Reifschneider 2007-11-12 08:03:03 UTC
Fixed in an upstream I just released.  Pushed into Fedora CVS, and tagged for
F-7.  I don't show a branch for F-8, so I'll have to ask about that.