aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-09 17:54:18 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-05-11 11:54:48 -0500
commitf0ad647303daca528cb9b75f9a07d422318635c2 (patch)
tree7fedbea8b659e143f8717436f8fd0c458e79ae83
parentb35e03b6b1acc841ac33f601dd39c1152523621e (diff)
Revert "savecache: stop saving the dependency tree"
It is safe to save the deptree, but we also need to regenerate it at boot time.
-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 949600cd..74f17798 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 shutdowntime softlevel rc.log; do
+ for x in depconfig deptree rc.log shutdowntime softlevel; do
[ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x"
done
if [ -n "$save" ]; then