FS#28200 - [lirc-utils] irexecd has wrong command parameter
Attached to Project:
Arch Linux
Opened by Olivier (litemotiv) - Tuesday, 31 January 2012, 17:10 GMT
Last edited by Allan McRae (Allan) - Saturday, 28 April 2012, 14:30 GMT
Opened by Olivier (litemotiv) - Tuesday, 31 January 2012, 17:10 GMT
Last edited by Allan McRae (Allan) - Saturday, 28 April 2012, 14:30 GMT
|
Details
Package: lirc-utils 1:0.9.0-10
/etc/rc.d/irexecd uses: /usr/bin/irexec --daemon but this fails, the correct parameter is: /usr/bin/irexec -d |
This task depends upon
Usage: irexec [options] [config_file]
-h --help display usage summary
-v --version display version
-d --daemon run in background
...