diff --git a/lirc.init b/lirc.init index 77799d6..8062616 100644 --- a/lirc.init +++ b/lirc.init @@ -2,7 +2,7 @@ # # lirc Startup script for the Linux Infrared Remote Control daemons # -# chkconfig: - 90 10 +# chkconfig: - 29 71 # description: Enables infrared controls through LIRC. # processname: lircd # processname: lircmd diff --git a/lirc.spec b/lirc.spec index 620a777..bbcede4 100644 --- a/lirc.spec +++ b/lirc.spec @@ -15,7 +15,7 @@ Name: lirc Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -187,6 +187,9 @@ depmod -ae -F /boot/System.map-%{kver} %{kver} >/dev/null || : %changelog +* Wed Aug 31 2005 Ville Skyttä - 0.7.2-3 +- Make the init script startup earlier and shutdown later by default. + * Sun Aug 14 2005 Ville Skyttä - 0.7.2-2 - 0.7.2, patch to fix crash at startup when no device is specified. - Enable audio input driver support (portaudio).