Bugzilla – Attachment 48423 Details for
Bug 114656
udev lirc rule broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
udev.get_input_lirc.sh patch
diff (text/x-diff), 563 bytes, created by
Ludwig Nussel
on 2005-09-01 08:52:36 UTC
(
hide
)
Description:
udev.get_input_lirc.sh patch
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2005-09-01 08:52:36 UTC
Size:
563 bytes
patch
obsolete
>--- /sbin/udev.get_input_lirc.sh 2005-08-25 10:04:26.000000000 +0200 >+++ udev.get_input_lirc.sh 2005-09-01 10:50:06.000000000 +0200 >@@ -8,6 +8,11 @@ > # so this hack can go away ... > # > PATH="/lib/klibc/bin" >+[ -e /etc/sysconfig/lirc ] || exit 1 >+. /etc/sysconfig/lirc >+if [ -n "$LIRCD_DRIVER" -a "$LIRCD_DRIVER" != 'dev/input' ]; then >+ exit 1 >+fi > NAME="" > while read line; do > case "$line" in >@@ -17,7 +22,8 @@ while read line; do > ;; > "H: "*"$1"*) > echo $NAME; >+ exit 0 > ;; > esac > done < /proc/bus/input/devices >- >+exit 1 ># vim: syntax=diff
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
Attachments on
bug 114656
: 48423