From f0ad647303daca528cb9b75f9a07d422318635c2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 9 May 2018 17:54:18 -0500 Subject: Revert "savecache: stop saving the dependency tree" It is safe to save the deptree, but we also need to regenerate it at boot time. --- init.d/savecache.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') 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 -- cgit v1.2.3