]> git.pld-linux.org Git - packages/lirc.git/blob - lirc-tmp.patch
- define LINUX_VERSION
[packages/lirc.git] / lirc-tmp.patch
1 --- lirc-0.8.6/config.h.in.orig 2009-09-13 10:52:17.000000000 +0200
2 +++ lirc-0.8.6/config.h.in      2009-09-17 21:06:09.662437650 +0200
3 @@ -348,7 +348,7 @@
4  
5  #define LIRC_IRTTY             DEVDIR "/" "ttyS0"
6  
7 -#define LIRCD                  VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
8 +#define LIRCD                  "/tmp/.lircd"
9  #define LIRCM                  VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
10  
11  #define LIRCDCFGFILE           SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
12 --- lirc-0.8.6/configure.ac.orig        2009-09-17 21:04:55.172445270 +0200
13 +++ lirc-0.8.6/configure.ac     2009-09-17 21:06:45.876392377 +0200
14 @@ -1742,7 +1742,7 @@
15  
16  #define LIRC_IRTTY             DEVDIR "/" "ttyS0"
17  
18 -#define LIRCD                  VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
19 +#define LIRCD                  "/tmp/.lircd"
20  #define LIRCM                  VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
21  
22  #define LIRCDCFGFILE           SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
This page took 0.096919 seconds and 3 git commands to generate.