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 |