adjust start/stop priority to not conflict with HAL (#442759)

This commit is contained in:
Bill Nottingham 2008-04-17 18:58:13 +00:00
parent 52de11dfea
commit 01090abc9d
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# Starts the acpi daemon
#
# chkconfig: 345 44 56
# chkconfig: 345 26 74
# description: Listen and dispatch ACPI events from the kernel
# processname: acpid

View File

@ -1,7 +1,7 @@
Summary: ACPI Event Daemon
Name: acpid
Version: 1.0.6
Release: 6%{?dist}
Release: 7%{?dist}
License: GPL
Group: System Environment/Daemons
Source: http://prdownloads.sourceforge.net/acpid/acpid-%{version}.tar.gz
@ -87,6 +87,9 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
* Thu Apr 17 2008 Bill Nottingham <notting@redhat.com> - 1.0.6-7.fc9
- adjust start/stop priority to not conflict with HAL (#442759)
* Thu Feb 14 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.0.6-6.fc9
- Update of acpid-1.0.6-makefile.patch, it fix building with gcc 4.3