Revert "savecache: stop saving the dependency tree"
It is safe to save the deptree, but we also need to regenerate it at boot time.
This commit is contained in:
parent
b35e03b6b1
commit
f0ad647303
@ -49,7 +49,7 @@ start()
|
|||||||
fi
|
fi
|
||||||
ebegin "Saving dependency cache"
|
ebegin "Saving dependency cache"
|
||||||
local rc=0 save=
|
local rc=0 save=
|
||||||
for x in shutdowntime softlevel rc.log; do
|
for x in depconfig deptree rc.log shutdowntime softlevel; do
|
||||||
[ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x"
|
[ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x"
|
||||||
done
|
done
|
||||||
if [ -n "$save" ]; then
|
if [ -n "$save" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user