Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383878 Details for
Bug 521386
savecache checking wrong directory for write permissions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
savecache: check the correct directory for write permissions
savecache.patch (text/plain), 525 bytes, created by
Joe M
on 2014-08-28 17:43:40 UTC
(
hide
)
Description:
savecache: check the correct directory for write permissions
Filename:
MIME Type:
Creator:
Joe M
Created:
2014-08-28 17:43:40 UTC
Size:
525 bytes
patch
obsolete
>--- a/init.d/savecache >+++ b/init.d/savecache >@@ -13,8 +13,8 @@ start() > return 1 > fi > fi >- if ! checkpath -W "$RC_LIBEXECDIR"; then >- ewarn "WARNING: ${RC_LIBEXECDIR} is not writable!" >+ if ! checkpath -W "$RC_LIBEXECDIR"/cache; then >+ ewarn "WARNING: ${RC_LIBEXECDIR}/cache is not writable!" > if ! yesno "${RC_GOINGDOWN}"; then > ewarn "Unable to save deptree cache" > return 1 >
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 521386
:
383846
| 383878