GNOME Bugzilla – Bug 530646
Support different name for hardware.conf
Last modified: 2010-05-14 17:42:25 UTC
+++ This bug was initially created as a clone of Bug #530359 +++ In the patch of the original bug: -LIRC_HARDWARE_CONF = path.join(LIRC_CONFDIR, 'hardware.conf') +LIRC_HARDWARE_CONF = path.join('@sysconfdir@', 'sysconfig', 'lirc')
Just so I understand, is it really /etc/sysconfig/lirc instead of /etc/lirc/hardware.conf on Fedora, and is it the same file format? If so, then a simple configure option should make this possible.
The file name is different, but it also is a shell script fragment. Just some few options have different names. See #530648 (and also #530647).
commit 7f3317ecdab106556a5c978e2b055c49f9960b07 Author: Bastien Nocera <hadess@hadess.net> Date: Fri May 14 18:40:05 2010 +0100 Make lirc hardware.conf location configurable By default /etc/lirc/hardware.conf on all distros but Fedora (for which we have /etc/sysconfig/lirc). Override by passing --with-lirc-conf=[location] https://bugzilla.gnome.org/show_bug.cgi?id=530648