From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA2F81381F1 for ; Mon, 12 Sep 2016 17:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C1EE08C7; Mon, 12 Sep 2016 17:59:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C03E08BA for ; Mon, 12 Sep 2016 17:59:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A0F334068A for ; Mon, 12 Sep 2016 17:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93F657E1 for ; Mon, 12 Sep 2016 17:59:27 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1473703111.b02ff466fa75cc4b5bcfaff3f2989cc65c823f43.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/savecache.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b02ff466fa75cc4b5bcfaff3f2989cc65c823f43 X-VCS-Branch: master Date: Mon, 12 Sep 2016 17:59:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e938b3b-71e3-4d90-ad59-5c2975a087f1 X-Archives-Hash: 16587a45817a60860ee2ff991c08b851 commit: b02ff466fa75cc4b5bcfaff3f2989cc65c823f43 Author: William Hubbs gmail com> AuthorDate: Fri Sep 9 16:12:32 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 12 17:58:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b02ff466 savecache: stop saving the dependency tree This fixes #85. 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 665f840..949600c 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 rc.log; do + for x in shutdowntime softlevel rc.log; do [ -e "$RC_SVCDIR/$x" ] && save="$save $RC_SVCDIR/$x" done if [ -n "$save" ]; then