Accepting request 20798 from Base:System
Copy from Base:System/acpid based on submit request 20798 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/20798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=24
This commit is contained in:
parent
990f8b0978
commit
93a622d996
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 17:58:25 CEST 2009 - glin@novell.com
|
||||||
|
|
||||||
|
- Don't shutdown if dalston-power-applet is running.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 30 11:56:59 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
- Remove enable from hotkey setting for think_acpi to get rid of this
|
||||||
|
kernel message:
|
||||||
|
"Please remove the hotkey=enable module parameter, it is deprecated.
|
||||||
|
Hotkeys are always enabled."
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 9 15:17:58 CEST 2009 - seife@suse.de
|
Thu Jul 9 15:17:58 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
Url: http://acpid.sourceforge.net/
|
Url: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.10
|
Version: 1.0.10
|
||||||
Release: 2
|
Release: 3
|
||||||
%define acpi_version 0.09
|
%define acpi_version 0.09
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
|
@ -47,7 +47,7 @@ while read A; do
|
|||||||
|
|
||||||
if [ "$IS_ACTIVE" = "true" -a -n "$DISP" ]; then
|
if [ "$IS_ACTIVE" = "true" -a -n "$DISP" ]; then
|
||||||
# additional check, if none of these two apps are running, go on
|
# additional check, if none of these two apps are running, go on
|
||||||
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" -o -n "`pidof kded4`" ]; then
|
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" -o -n "`pidof kded4`" -o -n "`pidof dalston-power-applet`" ]; then
|
||||||
echo doing nothing...
|
echo doing nothing...
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
# http://bugzilla.novell.com/
|
# http://bugzilla.novell.com/
|
||||||
#
|
#
|
||||||
|
|
||||||
options thinkpad_acpi experimental=1 hotkey=enable,0xffffff
|
options thinkpad_acpi experimental=1 hotkey=0xffffff
|
||||||
|
Loading…
Reference in New Issue
Block a user