From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 90659138334 for ; Sat, 26 Jan 2019 08:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3463FE0AB4; Sat, 26 Jan 2019 08:21:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10FFEE0AB4 for ; Sat, 26 Jan 2019 08:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CAF6335D01 for ; Sat, 26 Jan 2019 08:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4165C501 for ; Sat, 26 Jan 2019 08:21:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1548490886.f821cae3c394ff4a128842a52897ea3e87173a1a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sccache/, dev-util/sccache/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sccache/files/server.confd dev-util/sccache/files/server.initd dev-util/sccache/sccache-0.2.8-r1.ebuild dev-util/sccache/sccache-0.2.8-r2.ebuild X-VCS-Directories: dev-util/sccache/ dev-util/sccache/files/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f821cae3c394ff4a128842a52897ea3e87173a1a X-VCS-Branch: master Date: Sat, 26 Jan 2019 08:21:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85f9369d-5fea-46b7-b22d-7f24a4277d96 X-Archives-Hash: b7e0464130d71cadf743d78e093bff57 commit: f821cae3c394ff4a128842a52897ea3e87173a1a Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 26 08:21:26 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jan 26 08:21:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f821cae3 dev-util/sccache: fix copypaste error in server initd Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/sccache/files/server.confd | 2 +- dev-util/sccache/files/server.initd | 2 +- dev-util/sccache/{sccache-0.2.8-r1.ebuild => sccache-0.2.8-r2.ebuild} | 0 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/sccache/files/server.confd b/dev-util/sccache/files/server.confd index 20f3f843e60..5bd110a3c2b 100644 --- a/dev-util/sccache/files/server.confd +++ b/dev-util/sccache/files/server.confd @@ -1,4 +1,4 @@ -# /etc/conf.d/sccache-scheduler: config file for /etc/init.d/sccache-scheduler +# /etc/conf.d/sccache-server: config file for /etc/init.d/sccache-server # # Full path to config file. /etc/sccache/server.conf is default if not set. diff --git a/dev-util/sccache/files/server.initd b/dev-util/sccache/files/server.initd index 004a0ab8356..0c37ee400b0 100755 --- a/dev-util/sccache/files/server.initd +++ b/dev-util/sccache/files/server.initd @@ -2,7 +2,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -SCCACHE_SERVER_CONF="${SCCACHE_SERVER_CONF:-/etc/sccache/scheduler.conf}" +SCCACHE_SERVER_CONF="${SCCACHE_SERVER_CONF:-/etc/sccache/server.conf}" depend() { need localmount diff --git a/dev-util/sccache/sccache-0.2.8-r1.ebuild b/dev-util/sccache/sccache-0.2.8-r2.ebuild similarity index 100% rename from dev-util/sccache/sccache-0.2.8-r1.ebuild rename to dev-util/sccache/sccache-0.2.8-r2.ebuild