]> git.pld-linux.org Git - packages/zapping.git/blame - zapping-lirc-path.patch
- some pld.org.pl->pld-linux.org cosmetics
[packages/zapping.git] / zapping-lirc-path.patch
CommitLineData
0959b6ee 1diff -Nur plugins.orig/lirc/README plugins/lirc/README
2--- plugins.orig/lirc/README Fri Mar 2 10:59:17 2001
3+++ plugins/lirc/README Sat Aug 11 00:33:45 2001
4@@ -2,7 +2,7 @@
5 ----------------------------------------------
6
7 In order to use the LIRC plugin the LIRC daemon must be running and the
8-user must have read/write-access to /dev/lircd.
9+user must have read/write-access to /tmp/.lircd.
10
11 The buttons you can specify are listed in your lircd.conf file. The button
12 names are case sensitive.
13diff -Nur plugins.orig/lirc/lirc.c plugins/lirc/lirc.c
14--- plugins.orig/lirc/lirc.c Fri Mar 9 22:33:40 2001
15+++ plugins/lirc/lirc.c Sat Aug 11 00:33:59 2001
16@@ -444,7 +444,7 @@
17 int init_socket()
18 {
19 addr.sun_family=AF_UNIX;
20- strcpy(addr.sun_path, "/dev/lircd");
21+ strcpy(addr.sun_path, "/tmp/.lircd");
22 fd=socket(AF_UNIX, SOCK_STREAM, 0);
23 if(fd == -1) {
24 perror("socket");
This page took 0.074317 seconds and 4 git commands to generate.