irserver: change lirc's runtime dir to /run/lirc

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-11 11:55:01 +01:00
parent 86f796d618
commit 48cb2b7581
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ diff -Naur irserver-20100817-old/server.c irserver-20100817-new/server.c
#ifdef LINUX #ifdef LINUX
SOCKET local_socket; SOCKET local_socket;
-#define LIRCD "/dev/lircd" -#define LIRCD "/dev/lircd"
+#define LIRCD "/var/run/lirc/lircd.irtrans" +#define LIRCD "/run/lirc/lircd.irtrans"
#define PERMISSIONS 0666 #define PERMISSIONS 0666
#endif #endif

View File

@ -16,4 +16,4 @@
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>. # along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################ ################################################################################
d /var/run/lirc 0755 root root - - d /run/lirc 0755 root root - -