]> git.pld-linux.org Git - packages/zapping.git/commitdiff
- use /tmp/.lircd as lircd socket path
authorsaq <saq@pld-linux.org>
Sun, 12 Aug 2001 19:07:00 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zapping-lirc-path.patch -> 1.1

zapping-lirc-path.patch [new file with mode: 0644]

diff --git a/zapping-lirc-path.patch b/zapping-lirc-path.patch
new file mode 100644 (file)
index 0000000..f04abfe
--- /dev/null
@@ -0,0 +1,24 @@
+diff -Nur plugins.orig/lirc/README plugins/lirc/README
+--- plugins.orig/lirc/README   Fri Mar  2 10:59:17 2001
++++ plugins/lirc/README        Sat Aug 11 00:33:45 2001
+@@ -2,7 +2,7 @@
+ ----------------------------------------------
+ In order to use the LIRC plugin the LIRC daemon must be running and the
+-user must have read/write-access to /dev/lircd.
++user must have read/write-access to /tmp/.lircd.
+ The buttons you can specify are listed in your lircd.conf file. The button
+ names are case sensitive.
+diff -Nur plugins.orig/lirc/lirc.c plugins/lirc/lirc.c
+--- plugins.orig/lirc/lirc.c   Fri Mar  9 22:33:40 2001
++++ plugins/lirc/lirc.c        Sat Aug 11 00:33:59 2001
+@@ -444,7 +444,7 @@
+ int init_socket()
+ {
+   addr.sun_family=AF_UNIX;
+-  strcpy(addr.sun_path, "/dev/lircd");
++  strcpy(addr.sun_path, "/tmp/.lircd");
+   fd=socket(AF_UNIX, SOCK_STREAM, 0);
+   if(fd == -1)  {
+     perror("socket");
This page took 0.104525 seconds and 4 git commands to generate.