summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-22 20:46:20 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-03-24 21:14:01 +0100
commitaa23a20186a954e81dfb973be73d6e9cf2d03ce0 (patch)
tree88ebda48d1b9274ab3de07581c6f417370f8ce16 /sys-power/acpid
parentapp-misc/gramps: Don't compress man pages during compile. (diff)
downloadgentoo-aa23a20186a954e81dfb973be73d6e9cf2d03ce0.tar.gz
gentoo-aa23a20186a954e81dfb973be73d6e9cf2d03ce0.tar.bz2
gentoo-aa23a20186a954e81dfb973be73d6e9cf2d03ce0.zip
sys-power/acpid: remove unused file.
Closes: https://github.com/gentoo/gentoo/pull/7555
Diffstat (limited to 'sys-power/acpid')
-rw-r--r--sys-power/acpid/files/acpid-2.0.16-init.d20
1 files changed, 0 insertions, 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 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 $?
-}