From 00252b8db21f0ae98a5b75674a378d462b23d17dbbe616c8f9997e2987fb2ed0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 15:29:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=17 --- acpid.changes | 11 +++++++++++ acpid.spec | 7 ++++++- rcacpid | 2 +- thinkpad_acpi.modprobe | 6 +++--- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/acpid.changes b/acpid.changes index 0b2e2f1..ecd64f4 100644 --- a/acpid.changes +++ b/acpid.changes @@ -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 diff --git a/acpid.spec b/acpid.spec index 4de3fc6..f77d595 100644 --- a/acpid.spec +++ b/acpid.spec @@ -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 diff --git a/rcacpid b/rcacpid index c1edec2..1a8c408 100644 --- a/rcacpid +++ b/rcacpid @@ -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 ;; diff --git a/thinkpad_acpi.modprobe b/thinkpad_acpi.modprobe index 28097a5..a8f063a 100644 --- a/thinkpad_acpi.modprobe +++ b/thinkpad_acpi.modprobe @@ -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