Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106520 Details for
Bug 161364
wpa_supplicant error with =sys-apps/baselayout-1.12.8-r4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Use new daemon file format
wpa.patch (text/plain), 729 bytes, created by
Roy Marples (RETIRED)
on 2007-01-11 10:54:56 UTC
(
hide
)
Description:
Use new daemon file format
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-01-11 10:54:56 UTC
Size:
729 bytes
patch
obsolete
>Index: sbin/rc-services.sh >=================================================================== >--- sbin/rc-services.sh (revision 2483) >+++ sbin/rc-services.sh (working copy) >@@ -707,11 +707,11 @@ > # If index is emtpy, then we don't care what the first daemon launched > # was, otherwise the daemon must also be at that index > service_started_daemon() { >- local service="$1" daemon="$2" index="${3:-[0-9]*}" >+ local service="$1" daemon="'$2'" index="${3:-[0-9]*}" > local daemonfile="${svcdir}/daemons/${service}" > > [[ ! -e ${daemonfile} ]] && return 1 >- grep -q '^RC_DAEMONS\['"${index}"'\]="'${daemon}'"$' "${daemonfile}" >+ grep -q '^RC_DAEMONS\['"${index}"'\]='"${daemon}"'$' "${daemonfile}" > } > > # bool net_service(service)
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 161364
: 106520