mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
irserver: change lirc's runtime dir to /run/lirc
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
86f796d618
commit
48cb2b7581
@ -6,7 +6,7 @@ diff -Naur irserver-20100817-old/server.c irserver-20100817-new/server.c
|
||||
#ifdef LINUX
|
||||
SOCKET local_socket;
|
||||
-#define LIRCD "/dev/lircd"
|
||||
+#define LIRCD "/var/run/lirc/lircd.irtrans"
|
||||
+#define LIRCD "/run/lirc/lircd.irtrans"
|
||||
#define PERMISSIONS 0666
|
||||
#endif
|
||||
|
||||
|
@ -16,4 +16,4 @@
|
||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||
################################################################################
|
||||
|
||||
d /var/run/lirc 0755 root root - -
|
||||
d /run/lirc 0755 root root - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user