savecache: stop saving the dependency tree

This fixes #85.
This commit is contained in:
William Hubbs 2016-09-09 11:12:32 -05:00
parent 6bd0f2d096
commit b02ff466fa

View File

@ -49,7 +49,7 @@ start()
fi
ebegin "Saving dependency cache"
local rc=0 save=
for x in deptree depconfig shutdowntime softlevel rc.log; do
for x in shutdowntime softlevel rc.log; do
[ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x"
done
if [ -n "$save" ]; then