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 ebd5677416
commit 26d87ad058
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
SOCKET local_socket;
-#define LIRCD "/dev/lircd"
+#define LIRCD "/var/run/lirc/lircd.irtrans"
+#define LIRCD "/run/lirc/lircd.irtrans"
#define PERMISSIONS 0666
#endif

View File

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