Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73283 Details for
Bug 112938
Syntax error in baselayout script for wpa_supplicant
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the issue
wpa_supplicant.patch (text/plain), 738 bytes, created by
Roy Marples (RETIRED)
on 2005-11-21 01:41:22 UTC
(
hide
)
Description:
Fixes the issue
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2005-11-21 01:41:22 UTC
Size:
738 bytes
patch
obsolete
>Index: net.modules.d/wpa_supplicant >=================================================================== >--- net.modules.d/wpa_supplicant (revision 1620) >+++ net.modules.d/wpa_supplicant (working copy) >@@ -323,7 +323,7 @@ > ESSIDVAR=$( bash_variable "${ESSID}" ) > save_options "ESSID" "${ESSID}" > >- local -a status=( "$( wpa_cli -i${iface} status | sed -n -e 's/^\(bssid\|pairwise_cipher\|key_mgmt\)=\([^=]\+\).*/\U\2/p' | tr '[:lower:]' '[:upper:]' )" ) >+ local -a status=( "$( wpa_cli -i${iface} status | sed -n -e 's/^\(bssid\|pairwise_cipher\|key_mgmt\)=\([^=]\+\).*/\"\U\2\"/p' | tr '[:lower:]' '[:upper:]' )" ) > einfo "${iface} connected to \"${ESSID//\\\\/\\\\}\" at ${status[0]}" > > if [[ ${status[2]} == "NONE" ]]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 112938
:
73283
|
73285