Make the init script startup earlier and shutdown later by default.

epel8
Ville Skyttä 20 years ago
parent 1041431f03
commit 9956455323

@ -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

@ -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ä <ville.skytta at iki.fi> - 0.7.2-3
- Make the init script startup earlier and shutdown later by default.
* Sun Aug 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-2
- 0.7.2, patch to fix crash at startup when no device is specified.
- Enable audio input driver support (portaudio).

Loading…
Cancel
Save