This commit is contained in:
parent
b571f26d0e
commit
00252b8db2
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 16 14:44:39 CEST 2008 - thoenig@suse.de
|
||||||
|
|
||||||
|
- Fix documentation reference and vendor names in thinkpad_acpi
|
||||||
|
(bnc#410684)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 15 18:51:22 CEST 2008 - seife@suse.de
|
||||||
|
|
||||||
|
- fix syntax error in acpid init script (bnc#435503)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 1 18:37:13 CEST 2008 - hmacht@suse.de
|
Mon Sep 1 18:37:13 CEST 2008 - hmacht@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
Url: http://acpid.sourceforge.net/
|
Url: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 81
|
Release: 88
|
||||||
%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
|
||||||
@ -129,6 +129,11 @@ rm -rf %{buildroot}
|
|||||||
%ghost %config(noreplace,missingok) %_var/log/acpid
|
%ghost %config(noreplace,missingok) %_var/log/acpid
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2008 thoenig@suse.de
|
||||||
|
- Fix documentation reference and vendor names in thinkpad_acpi
|
||||||
|
(bnc#410684)
|
||||||
|
* Wed Oct 15 2008 seife@suse.de
|
||||||
|
- fix syntax error in acpid init script (bnc#435503)
|
||||||
* Mon Sep 01 2008 hmacht@suse.de
|
* Mon Sep 01 2008 hmacht@suse.de
|
||||||
- different config files for different rules:
|
- different config files for different rules:
|
||||||
events.thinkpad and events.power_button
|
events.thinkpad and events.power_button
|
||||||
|
2
rcacpid
2
rcacpid
@ -108,7 +108,7 @@ case "$1" in
|
|||||||
echo -n "Checking for service acpid "
|
echo -n "Checking for service acpid "
|
||||||
PID=`checkproc -v $ACPID_BIN`
|
PID=`checkproc -v $ACPID_BIN`
|
||||||
if rc_status ; then
|
if rc_status ; then
|
||||||
case `cat /proc/$PID/cmdline` in *events.ignore) rc_failed 3; esac
|
case `cat /proc/$PID/cmdline` in *events.ignore) rc_failed 3 ;; esac
|
||||||
fi
|
fi
|
||||||
rc_status -v
|
rc_status -v
|
||||||
;;
|
;;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# IBM ACPI driver options
|
# IBM/Lenovo ThinkPad ACPI driver options
|
||||||
#
|
#
|
||||||
# A detailed description of the parameters for the IBM ACPI driver can be found
|
# A detailed description of the parameters for the ThinkPad ACPI driver can be found
|
||||||
# in /usr/src/linux/Documentation/ibm-acpi.txt which is part of the package
|
# in /usr/src/linux/Documentation/laptops/thinkpad-acpi.txt which is part of the package
|
||||||
# 'kernel-source'.
|
# 'kernel-source'.
|
||||||
#
|
#
|
||||||
# If you encounter problems with the hotkey mask please file a bug on
|
# If you encounter problems with the hotkey mask please file a bug on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user