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 8A28B138350 for ; Mon, 30 Mar 2020 21:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD8AAE0AF4; Mon, 30 Mar 2020 21:37:59 +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 B436AE0AF4 for ; Mon, 30 Mar 2020 21:37:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 56BE734EF4F for ; Mon, 30 Mar 2020 21:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17991CF for ; Mon, 30 Mar 2020 21:37:56 +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: <1585604259.9b1de28166374319a3b35d9d0f18d0ba47876f19.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubernetes/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kubernetes/kubernetes-1.18.0.ebuild X-VCS-Directories: sys-cluster/kubernetes/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9b1de28166374319a3b35d9d0f18d0ba47876f19 X-VCS-Branch: master Date: Mon, 30 Mar 2020 21:37:56 +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: 4867f02a-8d90-423f-91ab-f998be7cee89 X-Archives-Hash: 33a71c335897d4b365d2d52597162873 commit: 9b1de28166374319a3b35d9d0f18d0ba47876f19 Author: William Hubbs gentoo org> AuthorDate: Mon Mar 30 21:37:39 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Mar 30 21:37:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1de281 sys-cluster/kubernetes: typo fix Signed-off-by: William Hubbs gentoo.org> sys-cluster/kubernetes/kubernetes-1.18.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/kubernetes/kubernetes-1.18.0.ebuild b/sys-cluster/kubernetes/kubernetes-1.18.0.ebuild index 50827671959..c333bbabb3b 100644 --- a/sys-cluster/kubernetes/kubernetes-1.18.0.ebuild +++ b/sys-cluster/kubernetes/kubernetes-1.18.0.ebuild @@ -83,8 +83,8 @@ src_install() { if [[ $x =~ kubelet|kube-proxy ]]; then keepdir /var/lib/${x} fi -# if [[ $x =~ .*apiserver|.*controller-manager|.*scheduler ]]; then -# fowners ${x}:${x} /var/log/${x} -# fi + if [[ $x =~ .*apiserver|.*controller-manager|.*scheduler ]]; then + fowners ${x}:${x} /var/log/${x} + fi done }