Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/files/
Date: Sun, 30 Oct 2022 09:28:35
Message-Id: 1667122050.f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9.sam@gentoo
1 commit: f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 30 07:59:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:27:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aecec0
7
8 sys-fs/lvm2: remove unused file
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28027
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 | 17 -----------------
15 1 file changed, 17 deletions(-)
16
17 diff --git a/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 b/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3
18 deleted file mode 100644
19 index 55bbf9c4b63b..000000000000
20 --- a/sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3
21 +++ /dev/null
22 @@ -1,17 +0,0 @@
23 -#!/sbin/openrc-run
24 -# Copyright 1999-2019 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -pidfile="/run/lvmetad.pid"
28 -command="/sbin/lvmetad"
29 -command_args="${LVMETAD_OPTS:=-p ${pidfile}}"
30 -start_stop_daemon_args="--pidfile ${pidfile}"
31 -
32 -depend() {
33 - :
34 -}
35 -
36 -start_pre()
37 -{
38 - checkpath --directory /run/lvm || return 1
39 -}