Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/files/
Date: Sat, 24 Mar 2018 20:14:10
Message-Id: 1521922441.aa23a20186a954e81dfb973be73d6e9cf2d03ce0.monsieurp@gentoo
1 commit: aa23a20186a954e81dfb973be73d6e9cf2d03ce0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 22 19:46:20 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 20:14:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa23a201
7
8 sys-power/acpid: remove unused file.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7555
11
12 sys-power/acpid/files/acpid-2.0.16-init.d | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/sys-power/acpid/files/acpid-2.0.16-init.d b/sys-power/acpid/files/acpid-2.0.16-init.d
16 deleted file mode 100644
17 index 642d8008ccd..00000000000
18 --- a/sys-power/acpid/files/acpid-2.0.16-init.d
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -#!/sbin/openrc-run
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -extra_started_commands="reload"
26 -command="/usr/sbin/acpid"
27 -command_args="${ACPID_ARGS}"
28 -start_stop_daemon_args="--quiet"
29 -description="Daemon for Advanced Configuration and Power Interface"
30 -
31 -depend() {
32 - need localmount
33 - use logger
34 -}
35 -
36 -reload() {
37 - ebegin "Reloading acpid configuration"
38 - start-stop-daemon --exec $command --signal HUP
39 - eend $?
40 -}