sys-power/acpid: remove unused file.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 22 Mar 2018 19:46:20 +0000 (20:46 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 24 Mar 2018 20:14:01 +0000 (21:14 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7555

sys-power/acpid/files/acpid-2.0.16-init.d [deleted file]

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 (file)
index 642d800..0000000
+++ /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 $?
-}