Bugzilla – Attachment 45962 Details for
Bug 104558
lirc tries to load evdev, which can't be found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch for /etc/init.d/lirc
lirc.diff (text/plain), 492 bytes, created by
Dieter Bloms
on 2005-08-13 08:16:24 UTC
(
hide
)
Description:
patch for /etc/init.d/lirc
Filename:
MIME Type:
Creator:
Dieter Bloms
Created:
2005-08-13 08:16:24 UTC
Size:
492 bytes
patch
obsolete
>--- lirc.orig 2005-08-13 10:09:49.728696250 +0200 >+++ lirc 2005-08-13 10:10:45.308169750 +0200 >@@ -95,7 +95,7 @@ > done > > # set LIRCD_DRIVER default if unset >- if test "$LIRCD_DRIVER" = "" -a $LIRCD_DEVICE = "/dev/input/ir"; then >+ if test "$LIRCD_DRIVER" = "" -a "$LIRCD_DEVICE" = "/dev/input/ir"; then > LIRCD_DRIVER="dev/input" > fi > } >@@ -111,7 +111,6 @@ > > case "$1" in > start) >- modprobe "evdev" > if test "$LIRC_MODULE" != ""; then > modprobe "$LIRC_MODULE" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 104558
: 45962