FS#36949 - [libffado] Invalid comments in /usr/lib/udev/rules.d/60-ffado.rules
Attached to Project:
Arch Linux
Opened by Felix Yan (felixonmars) - Monday, 16 September 2013, 13:22 GMT
Last edited by Ray Rashif (schivmeister) - Thursday, 10 October 2013, 19:30 GMT
Opened by Felix Yan (felixonmars) - Monday, 16 September 2013, 13:22 GMT
Last edited by Ray Rashif (schivmeister) - Thursday, 10 October 2013, 19:30 GMT
|
Details
Description:
Systemd now only allows comments to start at beginning of line, not in the middle as 60-ffado.rules do. With testing/systemd 207-1, there're errors generated every time when udev rules get loaded: systemd-udevd[187]: invalid key/value pair in file /usr/lib/udev/rules.d/60-ffado.rules on line 3,starting at character 59 ('#') ... Additional info: * package version(s) libffado 2.1.0-3 |
This task depends upon
"Every line in the rules file contains at least one key-value pair. Except for empty lines or lines beginning with "#", which are ignored."
Fine by me if ffado just fixes this. Midline comments are actually quite a nightmare to deal with reliably.
[1] http://subversion.ffado.org/ticket/373