- latest upstream version
- fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event
This commit is contained in:
parent
7ee6bf38dc
commit
d3fd60eb8e
@ -1 +1 @@
|
||||
acpid-2.0.4.tar.gz
|
||||
acpid-2.0.5.tar.gz
|
||||
|
@ -39,9 +39,6 @@ start() {
|
||||
|
||||
check
|
||||
|
||||
# Check for kernel support
|
||||
[ -f /proc/acpi/event ] || exit 1
|
||||
|
||||
# Check if it is already running
|
||||
if [ ! -f /var/lock/subsys/acpid ]; then
|
||||
echo -n $"Starting acpi daemon: "
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: ACPI Event Daemon
|
||||
Name: acpid
|
||||
Version: 2.0.4
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
@ -96,6 +96,10 @@ if [ "$1" -ge "1" ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-1
|
||||
- latest upstream version
|
||||
- fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event
|
||||
|
||||
* Wed May 05 2010 Jiri Skala <jskala@redhat.com> - 2.0.4-1
|
||||
- latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user