From e52b5f59c22283b22e2b5a0d2ab9de6b92a73ebf Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 26 Oct 2015 08:41:11 -0500 Subject: 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 b3c0bdc6..665f8400 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 -- cgit v1.2.3