Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 521386
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/init.d/savecache
0
++ b/init.d/savecache
Lines 13-20 start() Link Here
13
                       return 1
13
                       return 1
14
               fi
14
               fi
15
       fi
15
       fi
16
       if ! checkpath -W "$RC_LIBEXECDIR"; then
16
       if ! checkpath -W "$RC_LIBEXECDIR"/cache; then
17
               ewarn "WARNING: ${RC_LIBEXECDIR} is not writable!"
17
               ewarn "WARNING: ${RC_LIBEXECDIR}/cache is not writable!"
18
               if ! yesno "${RC_GOINGDOWN}"; then
18
               if ! yesno "${RC_GOINGDOWN}"; then
19
                       ewarn "Unable to save deptree cache"
19
                       ewarn "Unable to save deptree cache"
20
                       return 1
20
                       return 1

Return to bug 521386