commit:     e52b5f59c22283b22e2b5a0d2ab9de6b92a73ebf
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Oct 26 13:41:11 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 23:06:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e52b5f59

savecache: stop saving nettree

Netifrc is no longer part of OpenRC, so we shouldn't save its dep tree
as part of savecache.

This should have been removed when netifrc was split out. also, it
might be related to the following bug.

X-Gentoo-Bug: 563720
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=563720

 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 b3c0bdc..665f840 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 nettree rc.log; do
+       for x in deptree depconfig shutdowntime softlevel rc.log; do
                [ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x"
        done
        if [ -n "$save" ]; then

Reply via email to