diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-30 08:59:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:27:30 +0000 |
commit | f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9 (patch) | |
tree | 8eb49629e9dca63ece1d0a6444d3db237d49eb99 /sys-fs/lvm2 | |
parent | sys-block/open-iscsi: remove unused patch (diff) | |
download | gentoo-f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9.tar.gz gentoo-f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9.tar.bz2 gentoo-f0aecec0c9dd7ba72dd36120a8fa026987fbd7f9.zip |
sys-fs/lvm2: remove unused file
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28027
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r-- | sys-fs/lvm2/files/lvmetad.initd-2.02.116-r3 | 17 |
1 files changed, 0 insertions, 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 -} |