commit:     aa23a20186a954e81dfb973be73d6e9cf2d03ce0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 22 19:46:20 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 20:14:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa23a201

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(-)

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 642d8008ccd..00000000000
--- 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 $?
-}

Reply via email to