commit:     f0ad647303daca528cb9b75f9a07d422318635c2
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed May  9 22:54:18 2018 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri May 11 16:54:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f0ad6473

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(-)

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

Reply via email to