Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84888 Details for
Bug 130166
wireless problem baselayout-1.12.0_pre17-r2 (I've found the solution)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch rc-daemon.sh to only remove what we asked for
baselayout-1.12.0_pre17-daemon-stop.patch (text/plain), 563 bytes, created by
Roy Marples (RETIRED)
on 2006-04-18 04:17:54 UTC
(
hide
)
Description:
Patch rc-daemon.sh to only remove what we asked for
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-04-18 04:17:54 UTC
Size:
563 bytes
patch
obsolete
>Index: sbin/rc-daemon.sh >=================================================================== >--- sbin/rc-daemon.sh (revision 1984) >+++ sbin/rc-daemon.sh (working copy) >@@ -378,7 +378,7 @@ > # We should really check for valid cmd AND pidfile > # But most called to --stop only set the pidfile > if [[ ${RC_DAEMONS[i]} == "{cmd}" \ >- || ${RC_PIDFILES[i]}="${pidfile}" ]]; then >+ || ${RC_PIDFILES[i]} == "${pidfile}" ]]; then > unset RC_DAEMONS[i] RC_PIDFILES[i] > RC_DAEMONS=( "${RC_DAEMONS[@]}" ) > RC_PIDFILES=( "${RC_PIDFILES[@]}" )
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 130166
: 84888