summaryrefslogtreecommitdiff
path: root/Make.config.template
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:43:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:43:13 +0100
commit7584780dbf4e7bc8446be29e17d8850f6ca82d02 (patch)
treee8e1e99957d3a3b092f203edee5beee8c783119c /Make.config.template
parenta6138160501bf5c1bf42c5f16c6d0333d7b31e9d (diff)
downloadvdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.gz
vdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.bz2
Changed the default location for the LIRC socket to /var/run/lirc/lircd
Diffstat (limited to 'Make.config.template')
-rw-r--r--Make.config.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make.config.template b/Make.config.template
index 1fc8227a..0de5bb97 100644
--- a/Make.config.template
+++ b/Make.config.template
@@ -6,7 +6,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Make.config.template 2.3 2011/03/13 13:41:12 kls Exp $
+# $Id: Make.config.template 2.4 2011/12/04 14:41:00 kls Exp $
### The C compiler and options:
@@ -35,7 +35,7 @@ CONFDIR = $(VIDEODIR)
### The remote control:
-LIRC_DEVICE = /dev/lircd
+LIRC_DEVICE = /var/run/lirc/lircd
RCU_DEVICE = /dev/ttyS1
## Define if you want vdr to not run as root