From aa23a20186a954e81dfb973be73d6e9cf2d03ce0 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 22 Mar 2018 20:46:20 +0100 Subject: [PATCH] sys-power/acpid: remove unused file. Closes: https://github.com/gentoo/gentoo/pull/7555 --- sys-power/acpid/files/acpid-2.0.16-init.d | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sys-power/acpid/files/acpid-2.0.16-init.d diff --git a/sys-power/acpid/files/acpid-2.0.16-init.d b/sys-power/acpid/files/acpid-2.0.16-init.d deleted file mode 100644 index 642d8008ccd4..000000000000 --- a/sys-power/acpid/files/acpid-2.0.16-init.d +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -extra_started_commands="reload" -command="/usr/sbin/acpid" -command_args="${ACPID_ARGS}" -start_stop_daemon_args="--quiet" -description="Daemon for Advanced Configuration and Power Interface" - -depend() { - need localmount - use logger -} - -reload() { - ebegin "Reloading acpid configuration" - start-stop-daemon --exec $command --signal HUP - eend $? -} -- 2.26.2