OBS User unknown 2008-10-22 15:29:44 +00:00 committed by Git OBS Bridge
parent b571f26d0e
commit 00252b8db2
4 changed files with 21 additions and 5 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@
Name: acpid
Url: http://acpid.sourceforge.net/
Version: 1.0.6
Release: 81
Release: 88
%define acpi_version 0.09
License: GPL v2 or later
Group: System/Daemons
@ -129,6 +129,11 @@ rm -rf %{buildroot}
%ghost %config(noreplace,missingok) %_var/log/acpid
%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
- different config files for different rules:
events.thinkpad and events.power_button

View File

@ -108,7 +108,7 @@ case "$1" in
echo -n "Checking for service acpid "
PID=`checkproc -v $ACPID_BIN`
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
rc_status -v
;;

View File

@ -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
# in /usr/src/linux/Documentation/ibm-acpi.txt which is part of the package
# A detailed description of the parameters for the ThinkPad ACPI driver can be found
# in /usr/src/linux/Documentation/laptops/thinkpad-acpi.txt which is part of the package
# 'kernel-source'.
#
# If you encounter problems with the hotkey mask please file a bug on