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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E75AF158094 for ; Mon, 1 Aug 2022 02:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231C1E10DA; Mon, 1 Aug 2022 02:34:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF5C3E10DA for ; Mon, 1 Aug 2022 02:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15226340E46 for ; Mon, 1 Aug 2022 02:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C174561 for ; Mon, 1 Aug 2022 02:33:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659321062.38cc48f9b88073efb43bbe9bc9e2a00d79051464.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/runit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/runit/runit-2.1.2-r1.ebuild X-VCS-Directories: sys-process/runit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38cc48f9b88073efb43bbe9bc9e2a00d79051464 X-VCS-Branch: master Date: Mon, 1 Aug 2022 02:33: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: a75d546a-f596-449c-866a-2c45d39ced6b X-Archives-Hash: ad56b19a3dee1c3e0ec6d85a790acc8c commit: 38cc48f9b88073efb43bbe9bc9e2a00d79051464 Author: Sam James gentoo org> AuthorDate: Mon Aug 1 02:31:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 02:31:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cc48f9 sys-process/runit: fix indentation Signed-off-by: Sam James gentoo.org> sys-process/runit/runit-2.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/runit/runit-2.1.2-r1.ebuild b/sys-process/runit/runit-2.1.2-r1.ebuild index 607ed990d6e5..3dcf174b65dc 100644 --- a/sys-process/runit/runit-2.1.2-r1.ebuild +++ b/sys-process/runit/runit-2.1.2-r1.ebuild @@ -49,7 +49,7 @@ src_install() { einstalldocs doman ../man/*.[18] -dodir /etc/runit + dodir /etc/runit exeinto /etc/runit doexe "${FILESDIR}"/ctrlaltdel newexe "${FILESDIR}"/1-${PV} 1