mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
13 lines
383 B
Diff
13 lines
383 B
Diff
diff -Naur irserver-20100817-old/server.c irserver-20100817-new/server.c
|
|
--- irserver-20100817-old/server.c 2010-08-16 15:17:31.000000000 -0700
|
|
+++ irserver-20100817-new/server.c 2010-08-17 06:08:44.000000000 -0700
|
|
@@ -101,7 +101,7 @@
|
|
|
|
#ifdef LINUX
|
|
SOCKET local_socket;
|
|
-#define LIRCD "/dev/lircd"
|
|
+#define LIRCD "/run/lirc/lircd.irtrans"
|
|
#define PERMISSIONS 0666
|
|
#endif
|
|
|