Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158182 Details for
Bug 246193
Modify /etc/sysconfig/wpa_supplicant to pass options and add -w (wait for device) as default option
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to the /etc/init.d/wpa_supplicant file
wpa_supplicant-init.d.patch (text/plain), 545 bytes, created by
Wade Mealing
on 2007-06-29 04:19:58 UTC
(
hide
)
Description:
Patch to the /etc/init.d/wpa_supplicant file
Filename:
MIME Type:
Creator:
Wade Mealing
Created:
2007-06-29 04:19:58 UTC
Size:
545 bytes
patch
obsolete
>--- wpa_supplicant.init.d.ori 2007-02-01 22:52:07.000000000 +0100 >+++ wpa_supplicant.init.d 2007-03-11 23:57:16.000000000 +0100 >@@ -29,10 +29,11 @@ >[ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog >[ "$INTERFACES" != "" ] || exit 0 >[ "$DRIVERS" != "" ] || exit 0 >+[ "$OPTIONS" = "" ] && OPTIONS="-B" > >start() { > echo -n $"Starting $prog: " >- daemon $prog -c $conf $INTERFACES $DRIVERS -B >+ daemon $prog -c $conf $INTERFACES $DRIVERS $OPTIONS > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile
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 246193
: 158182 |
158183