aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-09 11:12:32 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-09-12 12:58:31 -0500
commitb02ff466fa75cc4b5bcfaff3f2989cc65c823f43 (patch)
treeda247f3c8ea63c20dd0e503bdda08b468cba88f8 /init.d
parent6bd0f2d096f149906061a4ac7b66b7e85516784a (diff)
savecache: stop saving the dependency tree
This fixes #85.
Diffstat (limited to 'init.d')
-rw-r--r--init.d/savecache.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/savecache.in b/init.d/savecache.in
index 665f8400..949600cd 100644
--- a/init.d/savecache.in
+++ b/init.d/savecache.in
@@ -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