14 lines
518 B
Diff
14 lines
518 B
Diff
--- lirc-0.7.0/acconfig.h.var 2005-01-18 11:52:17.695675277 +0100
|
|
+++ lirc-0.7.0/acconfig.h 2005-01-18 11:53:12.681024243 +0100
|
|
@@ -279,8 +279,8 @@
|
|
/* Set the default tty used by the irman/remotemaster driver */
|
|
#define LIRC_IRTTY DEVDIR "/" "ttyS0"
|
|
|
|
-#define LIRCD DEVDIR "/" DEV_LIRCD
|
|
-#define LIRCM DEVDIR "/" DEV_LIRCM
|
|
+#define LIRCD "/var/run/lirc/" DEV_LIRCD
|
|
+#define LIRCM "/var/run/lirc/" DEV_LIRCM
|
|
|
|
#define LIRCDCFGFILE SYSCONFDIR "/" CFG_LIRCD
|
|
#define LIRCMDCFGFILE SYSCONFDIR "/" CFG_LIRCM
|