diff options
author | 2013-01-18 16:21:17 +0000 | |
---|---|---|
committer | 2013-01-18 16:21:17 +0000 | |
commit | 305840870c3287253e884f822e25ac5b3f20f000 (patch) | |
tree | f4b51e9f655789fee151304b5591283dd427a430 /sys-power/acpid/files/acpid-1.0.6-default.sh | |
parent | Use str* functions from libc by Raphaël Droz (bug #452756). Add USE=static-l... (diff) | |
download | gentoo-2-305840870c3287253e884f822e25ac5b3f20f000.tar.gz gentoo-2-305840870c3287253e884f822e25ac5b3f20f000.tar.bz2 gentoo-2-305840870c3287253e884f822e25ac5b3f20f000.zip |
Revision bump with fix for bug#253764
(Portage version: 2.1.11.43/cvs/Linux x86_64, signed Manifest commit with key D39CB7C5)
Diffstat (limited to 'sys-power/acpid/files/acpid-1.0.6-default.sh')
-rwxr-xr-x | sys-power/acpid/files/acpid-1.0.6-default.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/acpid/files/acpid-1.0.6-default.sh b/sys-power/acpid/files/acpid-1.0.6-default.sh index 9fe26a168cca..8be6f3e1a9f4 100755 --- a/sys-power/acpid/files/acpid-1.0.6-default.sh +++ b/sys-power/acpid/files/acpid-1.0.6-default.sh @@ -18,7 +18,7 @@ case "$group" in button) case "$action" in power) - /sbin/init 0 + /etc/acpi/actions/powerbtn.sh ;; # if your laptop doesnt turn on/off the display via hardware |