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.
26 lines
717 B
26 lines
717 B
11 years ago
|
From 4a9b45822890f50c5ed36660468e0a99cd4531e0 Mon Sep 17 00:00:00 2001
|
||
|
From: Alec Leamas <leamas@nowhere.net>
|
||
|
Date: Mon, 18 Aug 2014 10:05:44 +0200
|
||
|
Subject: [PATCH 2/3] lircd: Fix bad default for lircdfile.
|
||
|
|
||
|
---
|
||
|
daemons/lircd.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/daemons/lircd.c b/daemons/lircd.c
|
||
|
index db8ea13..fa8cf17 100644
|
||
|
--- a/daemons/lircd.c
|
||
|
+++ b/daemons/lircd.c
|
||
|
@@ -2147,7 +2147,7 @@ static void lircd_add_defaults(void)
|
||
|
"lircd:device", LIRC_DRIVER_DEVICE,
|
||
|
"lircd:listen", NULL ,
|
||
|
"lircd:connect", NULL,
|
||
|
- "lircd:output", LIRCD,
|
||
|
+ "lircd:lircdfile", LIRCD,
|
||
|
"lircd:pidfile", PIDFILE,
|
||
|
"lircd:logfile", LOGFILE,
|
||
|
"lircd:debug", "False",
|
||
|
--
|
||
|
1.8.4.2
|
||
|
|