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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55A04158094 for ; Thu, 28 Jul 2022 20:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7C9E0ED1; Thu, 28 Jul 2022 20:13:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 687E9E0EC5 for ; Thu, 28 Jul 2022 20:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BD14340FC6 for ; Thu, 28 Jul 2022 20:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2B70553 for ; Thu, 28 Jul 2022 20:13:39 +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: <1659039078.c6199b11cf6cef290f30adcbae491e1180567998.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-router/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-router/files/kube-router.initd X-VCS-Directories: sys-cluster/kube-router/files/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c6199b11cf6cef290f30adcbae491e1180567998 X-VCS-Branch: master Date: Thu, 28 Jul 2022 20:13:39 +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: 610c55ff-5aff-4620-8117-06ff75ea9bab X-Archives-Hash: 1b8587daf7f2ef8c30773f8813538e00 commit: c6199b11cf6cef290f30adcbae491e1180567998 Author: William Hubbs gentoo org> AuthorDate: Thu Jul 28 20:11:18 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jul 28 20:11:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6199b11 sys-cluster/kube-router:fix quoting in service script Signed-off-by: William Hubbs gentoo.org> sys-cluster/kube-router/files/kube-router.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-router/files/kube-router.initd b/sys-cluster/kube-router/files/kube-router.initd index de39cd76de9b..11645e0abc5d 100644 --- a/sys-cluster/kube-router/files/kube-router.initd +++ b/sys-cluster/kube-router/files/kube-router.initd @@ -5,7 +5,7 @@ description="Kubernetes routing engine" supervisor=supervise-daemon command="/usr/bin/kube-router" -error_log='/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log' +error_log="/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log" pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}" command_args="--master=${K8S_APISERVER} --kubeconfig=${KUBECONFIG} \