From 01090abc9de87a8f3a4694dfbd369ba19eb9a47e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Apr 17 2008 18:58:13 +0000 Subject: adjust start/stop priority to not conflict with HAL (#442759) --- diff --git a/acpid.init b/acpid.init index 3e75418..61e7c51 100755 --- a/acpid.init +++ b/acpid.init @@ -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 diff --git a/acpid.spec b/acpid.spec index f14899f..c0439cd 100644 --- a/acpid.spec +++ b/acpid.spec @@ -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 - 1.0.6-7.fc9 +- adjust start/stop priority to not conflict with HAL (#442759) + * Thu Feb 14 2008 Zdenek Prikryl - 1.0.6-6.fc9 - Update of acpid-1.0.6-makefile.patch, it fix building with gcc 4.3