diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2006-02-13 15:47:31 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2006-02-13 15:47:31 +0000 |
commit | a144af317327022bbbbc5f088d6e981571e8ac4b (patch) | |
tree | eeece5683af7e540f87f4162e2e2f9ea74b6185e /sys-power/acpid/files | |
parent | Stable on x86. (diff) | |
download | gentoo-2-a144af317327022bbbbc5f088d6e981571e8ac4b.tar.gz gentoo-2-a144af317327022bbbbc5f088d6e981571e8ac4b.tar.bz2 gentoo-2-a144af317327022bbbbc5f088d6e981571e8ac4b.zip |
Pruned old ebuild.
(Portage version: 2.0.54)
Diffstat (limited to 'sys-power/acpid/files')
-rwxr-xr-x | sys-power/acpid/files/acpid.rc6 | 28 | ||||
-rw-r--r-- | sys-power/acpid/files/default.sh-gentoo.patch | 27 | ||||
-rw-r--r-- | sys-power/acpid/files/digest-acpid-1.0.2-r2 | 1 |
3 files changed, 0 insertions, 56 deletions
diff --git a/sys-power/acpid/files/acpid.rc6 b/sys-power/acpid/files/acpid.rc6 deleted file mode 100755 index 29a8629774ff..000000000000 --- a/sys-power/acpid/files/acpid.rc6 +++ /dev/null @@ -1,28 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid.rc6,v 1.1 2005/03/15 19:15:53 ciaranm Exp $ - -depend() { - need localmount -} - -checkconfig() { - if [ ! -e /proc/acpi ] ; then - eerror "ACPI support has not been compiled into the kernel" - return 1 - fi -} - -start() { - checkconfig || return 1 - ebegin "Starting acpid" - start-stop-daemon --start --quiet --exec /usr/sbin/acpid -- -c /etc/acpi/events - eend $? -} - -stop() { - ebegin "Stopping acpid" - start-stop-daemon --stop --quiet --exec /usr/sbin/acpid - eend $? -} diff --git a/sys-power/acpid/files/default.sh-gentoo.patch b/sys-power/acpid/files/default.sh-gentoo.patch deleted file mode 100644 index 6da547d2ded1..000000000000 --- a/sys-power/acpid/files/default.sh-gentoo.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- acpi/default.sh 2003-07-27 19:06:47.000000000 +0200 -+++ acpi-gentoo/default.sh 2003-07-27 19:11:45.000000000 +0200 -@@ -3,17 +3,20 @@ - - set $* - --case "$1" in -+group=${1/\/*/} -+action=${1/*\//} -+ -+case "$group" in - button) -- case "$2" in -+ case "$action" in - power) /sbin/init 0 - ;; -- *) logger "ACPI action $2 is not defined" -+ *) logger "ACPI action $action is not defined" - ;; - esac - ;; - - *) -- logger "ACPI group $1 / action $2 is not defined" -+ logger "ACPI group $group / action $action is not defined" - ;; - esac diff --git a/sys-power/acpid/files/digest-acpid-1.0.2-r2 b/sys-power/acpid/files/digest-acpid-1.0.2-r2 deleted file mode 100644 index ea5c9cf27a55..000000000000 --- a/sys-power/acpid/files/digest-acpid-1.0.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 15884aaf0b82717954f9366b5c00808b acpid-1.0.2.tar.gz 23554 |