diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-11-29 12:53:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-11-29 12:53:32 +0000 |
commit | c33c9147f30b7fc6cb9045e5ed9cd3cd4db4465c (patch) | |
tree | d90f268b4ce274c5b4d35c180d7a90fb1bda5019 /app-misc/lirc/files | |
parent | ...added fame, lzo and mjpeg for transcode-0.6.14 (diff) | |
download | gentoo-2-c33c9147f30b7fc6cb9045e5ed9cd3cd4db4465c.tar.gz gentoo-2-c33c9147f30b7fc6cb9045e5ed9cd3cd4db4465c.tar.bz2 gentoo-2-c33c9147f30b7fc6cb9045e5ed9cd3cd4db4465c.zip |
fix default path of lirc device, bug #71618
Diffstat (limited to 'app-misc/lirc/files')
-rw-r--r-- | app-misc/lirc/files/lircd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/lirc/files/lircd.conf b/app-misc/lirc/files/lircd.conf index 5bfa90bbfd12..360477b08a76 100644 --- a/app-misc/lirc/files/lircd.conf +++ b/app-misc/lirc/files/lircd.conf @@ -1,2 +1,2 @@ # Options to pass to the lircd process -LIRCD_OPTS="-d /dev/lirc/lirc0" +LIRCD_OPTS="-d /dev/lirc0" |