You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
781 B
27 lines
781 B
11 years ago
|
From 8459a881fd53525a47ae2f9180fa3644be5df343 Mon Sep 17 00:00:00 2001
|
||
|
From: Alec Leamas <leamas@nowhere.net>
|
||
|
Date: Mon, 18 Aug 2014 10:00:49 +0200
|
||
|
Subject: [PATCH 1/3] Fix segfault when starting lircd (AUR 41581)
|
||
|
|
||
|
See https://bugs.archlinux.org/task/41581
|
||
|
---
|
||
|
lirc_options.conf | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/lirc_options.conf b/lirc_options.conf
|
||
|
index d8ddedd..11293e2 100644
|
||
|
--- a/lirc_options.conf
|
||
|
+++ b/lirc_options.conf
|
||
|
@@ -7,7 +7,7 @@ nodaemon = False
|
||
|
permission = 666
|
||
|
driver = default
|
||
|
device = /dev/lirc0
|
||
|
-output = /var/run/lirc/lircd
|
||
|
+lircdfile = /var/run/lirc/lircd
|
||
|
pidfile = /var/run/lirc/lircd.pid
|
||
|
plugindir = /usr/lib/lirc/plugins
|
||
|
allow-simulate = No
|
||
|
--
|
||
|
1.8.4.2
|
||
|
|