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 AB22C158021 for ; Sun, 30 Oct 2022 09:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE80E08E0; Sun, 30 Oct 2022 09:28:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 790C9E08E0 for ; Sun, 30 Oct 2022 09:28:34 +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 A4151340FDF for ; Sun, 30 Oct 2022 09:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09126DB for ; Sun, 30 Oct 2022 09:28:29 +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: <1667122050.f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 X-VCS-Directories: sys-fs/lvm2/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9 X-VCS-Branch: master Date: Sun, 30 Oct 2022 09:28:29 +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: d58e8546-914e-45a3-8a2c-d097d43aceae X-Archives-Hash: 0e675db38f9f2cd99f04495372ff048b commit: f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 30 07:59:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 30 09:27:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aecec0 sys-fs/lvm2: remove unused file Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28027 Signed-off-by: Sam James gentoo.org> sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 b/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 deleted file mode 100644 index 55bbf9c4b63b..000000000000 --- a/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -pidfile="/run/lvmetad.pid" -command="/sbin/lvmetad" -command_args="${LVMETAD_OPTS:=-p ${pidfile}}" -start_stop_daemon_args="--pidfile ${pidfile}" - -depend() { - : -} - -start_pre() -{ - checkpath --directory /run/lvm || return 1 -}